Skip to main content
DELETE
/
api
/
v1
/
databases
/
{id}
Delete database
curl --request DELETE \
  --url https://api.example.com/api/v1/databases/{id}
Permanently deletes the database, its PostgreSQL user, and the PgBouncer pool entry. All data is destroyed.

Path parameters

ParameterTypeDescription
iduuidDatabase ID

Response

204 No Content

Errors

StatusCodeDescription
404NOT_FOUNDDatabase doesn’t exist or isn’t owned by this user