cURL
curl -X DELETE "https://app.cotool.ai/api/detections/:id" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"
{ "success": true }
Delete a detection (soft delete).
API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here
Bearer your_api_key_here
Detection UUID
Successful response
Whether the deletion was successful
Was this page helpful?