Přejít na hlavní obsah
DELETE
/
invoices
/
{invoice}
Zmazať faktúru
curl --request DELETE \
  --url https://app.fintoro.sk/api/public/v1/invoices/{invoice} \
  --header 'Authorization: Bearer <token>'
{
  "message": "This action is unauthorized."
}

Documentation Index

Fetch the complete documentation index at: https://docs.fintoro.sk/llms.txt

Use this file to discover all available pages before exploring further.

Autorizace

Authorization
string
header
povinné

Bearer token vytvorený pre konkrétnu firmu v Integrácie → API.

Parametry cesty

invoice
integer
povinné

ID faktúry.

Příklad:

301

Odpověď

Faktúra bola zmazaná.