Cancels a running assessment. The assessment must belong to your organization.
cURL
curl --request POST \ --url https://api.mindfort.app/api/v1/assessments/{assessment_id}/cancel \ --header 'Authorization: Bearer <token>'
{ "status": "<string>" }
API key generated from the MindFort dashboard. Pass as Authorization: Bearer <your-api-key>.
Authorization: Bearer <your-api-key>
UUID of the assessment to cancel
Assessment cancelled successfully
Cancellation status
Was this page helpful?