v1

latestOpenAPI 3.0.32026-07-26134195287.9 KB
People

Delete a Person of Interest

Deletes a Person of Interest from an organization using a specified person ID.

delete/cameras/v1/people/person_of_interest

Query parameters

person_idstring required

The unique identifier of the Person of Interest.

Response

OK

createdinteger

The timestamp when the Person of Interest was created. Formatted as a Unix timestamp in seconds.

labelstring

The name/label of the Person of Interest.

last_seeninteger

The timestamp when the Person of Interest was last seen. Formatted as a Unix timestamp in seconds.

person_idstring uuid

The unique identifier of the Person of Interest.

Example response

{
  "created": 1597821953,
  "label": "Steve Ponting",
  "last_seen": 1597946234,
  "person_id": "0a5b38d4-0308-4274-99b3-2b2f40d40deb"
}