Skip to main content
DELETE
/
video-detections
/
{id}
DELETE /video-detections/{id}
curl --request DELETE \
  --url https://api.indoralabs.com/video-detections/{id} \
  --header 'x-api-key: <api-key>'
{
  "error": "BadRequest",
  "message": "Missing required parameter 'fileId'.",
  "details": {
    "param": "fileId"
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

The unique ID of the detection record to delete.

Response

Detection record successfully deleted. No content returned.