Quote
Delete Quote
Instance
Billable Item
Booking
Calendar Subscription
Invoice
Quote
Invoice Template
Project
Time Activity
Quote
Delete Quote
WRITE
access to the SALES
module is required to access this endpointDELETE
/
v2
/
quote
curl --request DELETE \
--url https://api.sonderplan.com/v2/quote \
--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 quote to delete
curl --request DELETE \
--url https://api.sonderplan.com/v2/quote \
--header 'Authorization: Bearer <token>'
{
"success": {
"id": 1
}
}