---
title: "Delete user password"
method: DELETE
path: "/v1/users/password"
tags: ["Users"]
---

# Delete user password

`DELETE /v1/users/password`

Delete a password from the list of a user's passwords

## Request body

- object
  - `old_password` string, required — An existing password to delete
  - `username` string — The username of the affected user. If missing, defaults to authenticated user

## Response `200`

Password deleted successfully

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/redis/apis/redis-software-rest-api.md) · [All operations](https://skmtc.dev/redis/apis/redis-software-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/redis/redis-software-rest-api/revisions/caec2005b95b/schema)
