Delete invoice by id
Deletes the pre-generated invoice by invoice identifier.
Path parameters
-
The id of the invoice to be deleted
DELETE
/api/billing/invoice/{id}
curl \
-X DELETE https://api-dev.gatego.io/api/billing/invoice/{id}
Response examples (404)
{
"error_code": "bad-request-not-found"
}