Infra APIDatabases

Delete a database

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

DELETE/api/v1/databases/{db_id}

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

Authorization

BearerAuth
AuthorizationBearer <token>

Supabase JWT Bearer token

In: header

Path Parameters

db_id*string

Database ID

Response Body

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"}