Přejít na hlavní obsah
DELETE
/
suppliers
/
{supplier}
Zmazať dodávateľa
curl --request DELETE \
  --url https://app.fintoro.sk/api/public/v1/suppliers/{supplier} \
  --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

supplier
integer
povinné

ID dodávateľa.

Příklad:

151

Odpověď

Dodávateľ bol zmazaný.