REST API
Infra APIDatabases

Delete a database

DELETE/api/v1/databases/{db_id}

Deletes a database, its VM, service routes, and linked app env vars

Authorization

BearerAuth
AuthorizationBearer <token>

Hydra JWT Bearer token

In: header

Path Parameters

db_id*string

Database ID

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/v1/databases/string"
{  "message": "string"}
{  "error": "string",  "message": "string"}
{  "error": "string",  "message": "string"}
{  "error": "string",  "message": "string"}