cURL
curl --request DELETE \ --url https://api.mixpeek.com/v1/tasks/{task_id}
{ "message": "Successfully deleted", "success": true }
Kill a task.
REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.
Successful Response
GenericDeleteResponse.
Was this page helpful?