English
WRITE
SALES
curl --request DELETE \ --url https://api.sonderplan.com/v2/quote \ --header 'Authorization: Bearer <token>'
{ "success": { "id": 1 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the quote to delete
Successful Operation
The response is of type object.
object