---
title: "Submit a deletion request for a person and any related data"
method: DELETE
path: "/v2/person"
tags: ["Person"]
---

# Submit a deletion request for a person and any related data

`DELETE /v2/person`

This operation will submit a request to delete the person and any
related data.

The deletion request will be processed by the system and
the data will be removed permanently from Cable's system. Deletion
requests are not processed immediately and may take some time to
complete.

The status of the deletion request can be checked using the
deletion request ID and the status endpoint.

<Warning>This operation is not intended for regular use and should be used with caution.</Warning>

## Request body

- object
  - `person_id` string, required — The unique identifier of the person
  - `reason` string, required — The reason for deletion

## Response `200`

Deletion request submitted successfully

- object
  - `deletion_request_id` string — The unique identifier of the deletion request
  - `person_id` string — The unique identifier of the person

## Other responses

- `401` — Unauthorized request
- `404` — Person does not exist
- `429` — Rate limit exceeded
- `500` — Server error
- `default` — General error

---

[API](https://skmtc.dev/cable/apis/cable-api.md) · [All operations](https://skmtc.dev/cable/apis/cable-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cable/cable-api/revisions/3222cd28dba5/schema)
