Delete Invoice
Deletes a invoice.
Required scope: invoices:delete
Request URL: https://api.tracksales.co/v1/invoices/{uuid}
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.