Postgres Clusters
Drop Database
Delete a specific database within a cluster, along with objects that depend on it.
delete/v1/postgres/{postgres_cluster_id}/databases/{database_name}
Path parameters
postgres_cluster_idstring required
Managed Postgres Cluster ID
database_namestring required
Database Name
Response
OK
Changes
Changed in 1 of the 8 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○