v1

latestSwagger 2.02026-07-172964242.9 KB
Database

Delete database

Deletes a database from the cluster.

delete/v1/databases/{database_id}

Path parameters

database_idstring required

A user-specified identifier. Must be 1-36 characters, contain only lower-cased letters and hyphens, start and end with a letter or number, and not contain consecutive hyphens.

Query parameters

forceboolean

Force deletion of a database even in an unmodifiable state

Response

OK response.

Example response

{
  "task": {
    "created_at": "2025-06-18T16:48:59Z",
    "database_id": "storefront",
    "status": "pending",
    "task_id": "019783f1-9f17-77e7-9a08-fa6ab39e3b29",
    "type": "delete"
  }
}