cURL
curl --request DELETE \ --url https://{subdomain}.mindhunters.ai/api/v1/tasks/{uuid} \ --header 'Authorization: Bearer <token>'
Soft deletes a task. Tasks in progress or queued will be cancelled first.
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
Task UUID
Task deleted successfully