---
title: "Delete a Person of Interest"
method: DELETE
path: "/cameras/v1/people/person_of_interest"
tags: ["People"]
---

# Delete a Person of Interest

`DELETE /cameras/v1/people/person_of_interest`

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

## Query parameters

- `person_id` string, required — The unique identifier of the Person of Interest.

## Response `200`

OK

- PersonOfInterest
  - `created` integer — The timestamp when the Person of Interest was created. Formatted as a Unix timestamp in seconds.
  - `label` string — The name/label of the Person of Interest.
  - `last_seen` integer — The timestamp when the Person of Interest was last seen. Formatted as a Unix timestamp in seconds.
  - `person_id` string, uuid — The unique identifier of the Person of Interest.

---

[API](https://skmtc.net/verkada/apis/api-tokens.md) · [All operations](https://skmtc.net/verkada/apis/api-tokens/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/verkada/api-tokens/revisions/4a79d2d949a6/schema)
