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

businessCase
integer
required

Business case ID.

Example:

501

Response

Business case deleted.