Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The ID of the invoice to delete
Response
Successful Operation
curl --request DELETE \
--url https://api.sonderplan.com/v2/invoice \
--header 'Authorization: Bearer <token>'
{
"success": {
"id": 1
}
}
WRITE
access to the SALES
module is required to access this endpointcurl --request DELETE \
--url https://api.sonderplan.com/v2/invoice \
--header 'Authorization: Bearer <token>'
{
"success": {
"id": 1
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the invoice to delete
Successful Operation
Show child attributes