Delete Bill

Deletes a bill.

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

Required scope: bills:delete

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.