---
title: "Delete an existing user."
method: DELETE
path: "/user-profile/v1/users/{id}"
tags: ["Administering user profiles"]
---

# Delete an existing user.

`DELETE /user-profile/v1/users/{id}`

Deletes an existing user.<br />User roles: admin

## Path parameters

- `id` string, required

## Query parameters

- `privacy-notice` string

## Response `204`

User was deleted successfully.

## Other responses

- `400` — Response indicating a client error.
- `404` — The given ID cannot be resolved.
- `429` — Too Many Requests, the server has reached a limit, the request must be sent again at a later time.

---

[API](https://skmtc.net/goacoustic/apis/acoustic-content-api.md) · [All operations](https://skmtc.net/goacoustic/apis/acoustic-content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goacoustic/acoustic-content-api/revisions/677305266d89/schema)
