---
title: "Delete a password from a database's default user"
method: DELETE
path: "/v1/bdbs/{uid}/passwords"
tags: ["Database"]
---

# Delete a password from a database's default user

`DELETE /v1/bdbs/{uid}/passwords`

Delete a password from the database's default user password list

## Path parameters

- `uid` integer, required

## Request body

- BdbPasswordRequest — Request body for database password operations
  - `password` string, required — The password to add, delete, or set

## Response `200`

Password deleted successfully

## Other responses

- `404` — Not Found
- `406` — Not Acceptable

## Changes

- **2026-02-09** `17b61f8beeda` — 1 info
  - endpoint added
- **2026-01-23** `9fdf3bc7ad77` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/redis/apis/redis-software-rest-api/changes/v1/bdbs/:uid/passwords/delete.md)

---

[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)
