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

Authorizations

Authorization
string
header
required

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

Query Parameters

id
integer
required

The ID of the invoice to delete

Response

200
application/json
Successful Operation
success
object