---
title: "Delete Database"
method: DELETE
path: "/v1/organizations/{organizationSlug}/databases/{databaseName}"
---

# Delete Database

`DELETE /v1/organizations/{organizationSlug}/databases/{databaseName}`

Delete a database belonging to the organization or user.

## Path parameters

- `organizationSlug` string, required
- `databaseName` string, required

## Response `200`

Successful response

- object
  - `database` string — The name of the database that was deleted.

## Other responses

- `404` — Database not found

---

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