Delete specific invoice
Deletes the pre-generated invoice for the provided yard, carrier and period.
DELETE
/api/billing/invoice/yard/{yardId}/carrier/{carrierId}/periodCode/{periodCode}
curl \
-X DELETE https://api-dev.gatego.io/api/billing/invoice/yard/{yardId}/carrier/{carrierId}/periodCode/{periodCode}
Response examples (404)
{
"error_code": "bad-request-not-found"
}