cURL
curl --request DELETE \ --url https://api.trycomp.ai/v1/tasks/{id} \ --header 'X-API-Key: <api-key>'
Deletes a specific task by ID for the authenticated organization
API key for authentication
Task ID
"tsk_abc123def456"
Task deleted successfully
Was this page helpful?