Delete Credit note

Deletes a credit note.

DELETEhttps://api.tracksales.co/api/v1/credit-notes/{uuid}

Required scope: credit_notes:delete

Path Params

uuidstringrequired

Credit note UUID

Responses

200OK

Credit note deleted successfully.

401Unauthorized

API key is missing or invalid.

403Forbidden

API key lacks the required scope.

404Not Found

Credit note was not found.