Invoice
Delete Invoice
Instance
Billable Item
Booking
Calendar Subscription
Invoice
Quote
Invoice Template
Project
Time Activity
Invoice
Delete Invoice
WRITE
access to the SALES
module is required to access this endpointDELETE
/
v2
/
invoice
curl --request DELETE \
--url https://api.sonderplan.com/v2/invoice \
--header 'Authorization: Bearer <token>'
{
"success": {
"id": 1
}
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The ID of the invoice to delete
curl --request DELETE \
--url https://api.sonderplan.com/v2/invoice \
--header 'Authorization: Bearer <token>'
{
"success": {
"id": 1
}
}