# Delete specific invoice **DELETE /api/billing/invoice/yard/{yardId}/carrier/{carrierId}/periodCode/{periodCode}** Deletes the pre-generated invoice for the provided yard, carrier and period. ## Servers - GCP Development: https://api-dev.gatego.io (GCP Development) - Production: https://api.gatego.io (Production) ## Parameters #### Path parameters - **carrierId** (integer(int64)) - **periodCode** (string) - **yardId** (integer(int64)) ## 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)