---
title: "Lists deletion requests"
method: GET
path: "/private-data/deletions"
tags: ["deletions"]
---

# Lists deletion requests

`GET /private-data/deletions`

Lists the deletion requests of the authenticated brand, with pagination and sorting

## Query parameters

- `limit` integer
- `page` integer
- `sort` string

## Headers

- `Brand` string, required

## Response `200`

OK

- SrcPortsRestDeletionsOutput
  - `deletions` SrcPortsRestDeletions[]
    - `created_at` string
    - `id` string
    - `identifiers` integer
    - `status` string
  - `total_deletions` integer
  - `total_identifiers` integer

## Other responses

- `400` — Bad Request

---

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