Skip to content

Deletes an invoice

Request

DELETE {{baseURL}}/pay-int-api/invoices/{{invoiceId}}

Published invoices cannot be deleted.

Security
Bearer
Path
invoiceIdstring, (uuid)required

Specifies the identifier of the invoice to delete.

Example:9be2f3a4-5b6c-4d7e-8f9a-0b1c2d3e4f70
Headers
x-api-versionstring
curl -i -X DELETE \
  https://developer.flute.com/_mock/api-reference/pay-int-api/invoices/9be2f3a4-5b6c-4d7e-8f9a-0b1c2d3e4f70 \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'x-api-version: string'

Responses

Invoice deleted successfully.

Response
No content