Managed Databases

Delete database

Permanently delete a managed database and its backups. This cannot be undone.

If the database has an active subscription, the remaining prepaid balance is refunded pro-rata to your account balance.

delete/api/v1/databases/{database_id}

Path parameters

database_idstring required

Database ID (UUID) or short id (the database_id field, e.g. a1b2c3d4)

Response

Deletion started

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Operation completed successfully"
}

Changes