---
title: "Finds a deletion request"
method: GET
path: "/private-data/deletions/{id}"
tags: ["deletions"]
---

# Finds a deletion request

`GET /private-data/deletions/{id}`

Finds a deletion request of the authenticated brand by its id

## Path parameters

- `id` string, required

## Headers

- `Brand` string, required

## Response `200`

OK

- SrcPortsRestDeletionOutput
  - `account_id` string
  - `brand_id` string
  - `created_at` string
  - `id` string
  - `identifiers` integer
  - `status` string

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

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