---
title: "Creates a deletion request"
method: POST
path: "/private-data/deletions"
tags: ["deletions"]
---

# Creates a deletion request

`POST /private-data/deletions`

Requests the deletion of users identified by emails, cpfs or references. At least one of these keys must be provided

## Headers

- `Brand` string, required

## Request body

- SrcPortsRestCreateDeletionBodyInput
  - `cpf_custom_field` string
  - `cpfs` string[]
  - `emails` string[]
  - `references` string[]

## Response `201`

Created

- HttpResourceCreatedResponse
  - `id` string
  - `message` string

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