Delete Bill

Deletes a bill.

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

Required scope: bills:delete

Request URL: https://api.tracksales.co/v1/bills/{uuid}

Path Params

uuidstringrequired

Bill UUID

Responses

200OK

Bill deleted successfully.

401Unauthorized

API key is missing or invalid.

403Forbidden

API key lacks the required scope.

404Not Found

Bill was not found.