Skip to main content
POST
/
v1
/
tasks
/
{task_id}
/
cancel
Cancel Task
curl --request POST \
  --url https://api.mindfort.app/v1/tasks/{task_id}/cancel \
  --header 'Authorization: Bearer <token>'
{
  "task_id": "<string>",
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

API key generated from the MindFort dashboard. Pass as Authorization: Bearer <your-api-key>.

Path Parameters

task_id
string
required

Scoped task ID returned by the task start endpoint, in the form org_id::task_uuid

Response

Task cancelled successfully

task_id
string

Scoped task ID in the form org_id::task_uuid

status
string

Cancellation status