---
title: "GDPR Data Removal"
method: POST
path: "/v1/gdpr_requests"
tags: ["GDPR Requests"]
---

# GDPR Data Removal

`POST /v1/gdpr_requests`

Create a request for GDPR data removal.

## Request body

- GDPRDataRemovalRequest
  - `email` string, email — The email of the user to remove data for
  - `user_id` string — The user ID in the Aghanim system to remove data for
  - `player_id` string — The player ID to remove data for

## Response `202`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/aghanim/apis/aghanim-server-to-server-api.md) · [All operations](https://skmtc.net/aghanim/apis/aghanim-server-to-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aghanim/aghanim-server-to-server-api/versions/0c1b4ac1865b/schema)
