Skip to main content
DELETE
/
invoices
/
{invoice}
Delete invoice
curl --request DELETE \
  --url https://app.fintoro.sk/api/public/v1/invoices/{invoice} \
  --header 'Authorization: Bearer <token>'
{
  "message": "This action is unauthorized."
}

Authorizations

Authorization
string
header
required

Bearer token created for a specific company in Integrations → API.

Path Parameters

invoice
integer
required

Invoice ID.

Example:

301

Response

Invoice deleted.