---
title: "Account Delete"
method: POST
path: "/api/v1/privacy/account-delete"
tags: ["Privacy"]
---

# Account Delete

`POST /api/v1/privacy/account-delete`

## Response `200`

Successful Response

- AccountDeleteResponse
  - `dsr_request_id` string, required
  - `status` 'submitted' | 'in_progress' | 'fulfilled' | 'failed', required
  - `request_type` 'account_delete', required
  - `submitted_at` string, date-time, required
  - `fulfilled_at` string, date-time, nullable

## Other responses

- `4XX` — Client error with Support Agent information.
- `5XX` — Server error with Support Agent information.

---

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