---
title: "Deletes a user"
method: DELETE
path: "/v1/users/{username}"
tags: ["users"]
---

# Deletes a user

`DELETE /v1/users/{username}`

## Path parameters

- `username` string, string, required

## Response `200`

Deletes a specific user

## Other responses

- `401` — Unauthorized (Wrong permissions, missing token)
- `404` — User not found

---

[API](https://skmtc.net/iotaledger/apis/wasp-api.md) · [All operations](https://skmtc.net/iotaledger/apis/wasp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/iotaledger/wasp-api/revisions/994a6c93b890/schema)
