---
title: "PATCH /v1/me/delete"
method: PATCH
path: "/v1/me/delete"
tags: ["[v1] Users"]
---

# PATCH /v1/me/delete

`PATCH /v1/me/delete`

User delete

## Request body

- object
  - `reason` string, required

## Response `204`

User deleted successfully

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

## Changes

- **2024-02-20** `c66623c60c0c` — 3 breaking, 5 info
  - the request property `reason` became not nullable
  - the request property `reason` became required
  - removed the success response with the status `200`
  - added the non-success response with the status `401`
  - …4 more
- **2024-02-20** `c6bd72dd78ad` — 1 breaking, 7 info
  - removed the success response with the status `204`
  - the request property `reason` became nullable
  - the request property `reason` became optional
  - removed the non-success response with the status `401`
  - …4 more
- **2024-02-15** `22510042dd9a` — 3 breaking, 5 info
  - the request property `reason` became not nullable
  - the request property `reason` became required
  - removed the success response with the status `200`
  - added the non-success response with the status `401`
  - …4 more

[Change history](https://skmtc.dev/nhs-england/apis/users-api-nhs-innovation-service/changes/v1/me/delete/patch.md)

---

[API](https://skmtc.dev/nhs-england/apis/users-api-nhs-innovation-service.md) · [All operations](https://skmtc.dev/nhs-england/apis/users-api-nhs-innovation-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nhs-england/users-api-nhs-innovation-service/revisions/943444df31ae/schema)
