---
title: "Check the status of a deletion request"
method: GET
path: "/v2/deletion_request"
tags: ["Utilities"]
---

# Check the status of a deletion request

`GET /v2/deletion_request`

## Query parameters

- `deletion_request_id` string, required

## Response `200`

Deletion request status

- object
  - `deletion_request_id` string — The unique identifier of the deletion request
  - `resource_id` string — The unique identifier of the resource that was deleted
  - `resource_type` string — The type of resource that was deleted
  - `status` 'pending' | 'processing' | 'completed' — The status of the deletion request

## Other responses

- `401` — Unauthorized request
- `404` — Deletion request not found
- `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)
