# Delete invoice by id **DELETE /api/billing/invoice/{id}** Deletes the pre-generated invoice by invoice identifier. ## Servers - GCP Development: https://api-dev.gatego.io (GCP Development) - Production: https://api.gatego.io (Production) ## Parameters ### Path parameters - **id** (integer(int64)) The id of the invoice to be deleted ## Responses ### 404 Bad Request Not Found, eg. tried to delete a pre-generated invoice that doesn't exist ### 401 Not Authorized ### 403 Not Allowed [Powered by Bump.sh](https://bump.sh)