DELETE
/
v2
/
invoice-template
curl --request DELETE \
  --url https://api.sonderplan.com/v2/invoice-template \
  --header 'Authorization: Bearer <token>'
{
  "success": {
    "id": 2384
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

id
string
required

The ID of the invoice template you wish to delete

Response

200
application/json
Successful Operation
success
object