v2

latestOpenAPI 3.0.1Apache 2.02026-07-2698173135.4 KB
Postgres Clusters

Disable Extension

Disable a specific Postgres extension within a database, optionally dropping objects that depend on it. System extensions cannot be disabled.

delete/postgres/{postgres_cluster_id}/databases/{database_name}/extensions/{extension_name}

Path parameters

postgres_cluster_idstring required

Managed Postgres Cluster ID

database_namestring required

Database Name

extension_namestring required

Extension Name

Query parameters

forceboolean

Also drop objects that depend on the extension

Response

No Content