Example searches: “normalized”, “started_at”, “200”, “locale”, “display_language”
Deletes the pre-generated invoice by invoice identifier.
The id of the invoice to be deleted
Bad Request Not Found, eg. tried to delete a pre-generated invoice that doesn't exist
Not Authorized
Not Allowed
curl \ --request DELETE 'https://api-dev.gatego.io/api/billing/invoice/{id}'
{ "error_code": "bad-request-not-found" }