Delete Invoice

Deletes a invoice.

DELETEhttps://api.tracksales.co/api/v1/invoices/{uuid}

Required scope: invoices:delete

Path Params

uuidstringrequired

Invoice UUID

Responses

200OK

Invoice deleted successfully.

401Unauthorized

API key is missing or invalid.

403Forbidden

API key lacks the required scope.

404Not Found

Invoice was not found.