Skip to main content
DELETE
/
invoices
/
{invoiceId}
Delete invoice by id
curl --request DELETE \
  --url https://api.leanpay.fr/v1/public/invoices/{invoiceId} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Path Parameters

invoiceId
string<uuid>
required

Id of the invoice

Response

Invoice deleted