Cancels a running task. The task must belong to your organization.
cURL
curl --request POST \ --url https://api.mindfort.app/api/v1/tasks/{task_id}/cancel \ --header 'Authorization: Bearer <token>'
{ "task_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "<string>" }
API key generated from the MindFort dashboard. Pass as Authorization: Bearer <your-api-key>.
Authorization: Bearer <your-api-key>
UUID of the task to cancel
Task cancelled successfully
UUID of the cancelled task
Cancellation status
Was this page helpful?