---
title: "DELETE /personal/users/{userId}"
method: DELETE
path: "/personal/users/{userId}"
tags: ["user-data"]
---

# DELETE /personal/users/{userId}

`DELETE /personal/users/{userId}`

delete user data

## Path parameters

- `userId` string, required

## Response `204`

OK - No-content

## Other responses

- `401` — unauthorized (you need to have a valid token) and userId must match the subject in token
- `403` — Access token is missing or invalid
- `404` — Resource not found
- `500` — Internal server error, when unknown server error is catched

---

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