Skip to main content
DELETE
/
credit-notes
/
{creditNote}
Delete credit note
curl --request DELETE \
  --url https://app.fintoro.sk/api/public/v1/credit-notes/{creditNote} \
  --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

creditNote
integer
required

Credit note ID.

Example:

351

Response

Credit note deleted.