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

Authorizations

Authorization
string
header
required

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

Path Parameters

client
integer
required

Client ID.

Example:

101

Response

Client deleted.