v1

latestOpenAPI 3.0.1MIT2026-07-134925112.4 KB

Delete Database

Delete a database belonging to the organization or user.

delete/v1/organizations/{organizationSlug}/databases/{databaseName}

Path parameters

organizationSlugstring required

The slug of the organization or user account.

databaseNamestring required

The name of the database.

Response

Successful response

databasestring

The name of the database that was deleted.

Example response

{
  "database": "my-db"
}