---
title: "Delete a user"
method: DELETE
path: "/v2/users/{username}"
tags: ["Users"]
---

# Delete a user

`DELETE /v2/users/{username}`

Deletes a user from the account.

## Path parameters

- `username` string, required

## Headers

- `Request-Timeout` integer
- `Request-Timeout-Millis` integer

## Response `204`

The user was deleted.

## Other responses

- `403` — Permissions do not allow deleting the user.
- `404` — User not found.

---

[API](https://skmtc.net/vectara/apis/vectara-rest-api-v2.md) · [All operations](https://skmtc.net/vectara/apis/vectara-rest-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vectara/vectara-rest-api-v2/versions/e85040b266cc/schema)
