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

supplier
integer
required

Supplier ID.

Example:

151

Response

Supplier deleted.