---
title: "Delete a database from the caller's account"
method: DELETE
path: "/api/client/databases/{id}"
tags: ["Client - Databases"]
---

# Delete a database from the caller's account

`DELETE /api/client/databases/{id}`

## Path parameters

- `id` integer, required

## Response `200`

Database deleted successfully

## Other responses

- `404` — Database not found
- `409` — Database still has users assigned
- `422` — Failed to delete the database

---

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