Deletes a business-case status. The endpoint does not return a response body after a successful delete. Linked business cases remain preserved and their statusId is automatically set to null.
statusId
null
cURL
curl --request DELETE \ --url https://app.fintoro.sk/api/public/v1/business-case-statuses/{businessCaseStatus} \ --header 'Authorization: Bearer <token>'
{ "message": "This action is unauthorized." }
Bearer token created for a specific company in Integrations → API.
Business-case status ID.
41
Business-case status deleted.