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

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

`DELETE /v2/company`

This operation will submit a request to delete the company 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
  - `company_id` string, required — The unique identifier of the company
  - `reason` string, required — The reason for deletion

## Response `200`

Deletion request submitted successfully

- object
  - `company_id` string — The unique identifier of the company
  - `deletion_request_id` string — The unique identifier of the deletion request

## 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)
