# Delete Postgres Cluster (/postgres-clusters/Postgres_delete)

Delete a Managed Postgres cluster. The cluster is marked for deletion and removed asynchronously.

`DELETE /v1/postgres/{postgres_cluster_id}`

## Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `postgres_cluster_id` | path | `string` | Yes | Managed Postgres Cluster ID |

## Responses

| Status | Description | Schema |
| --- | --- | --- |
| `202` | Accepted |  |
| `404` | Cluster not found | `PostgresErrorResponse` |
| `410` | 'This cluster has been deleted' or 'This cluster is being deleted' | `PostgresErrorResponse` |

The full machine-readable OpenAPI spec is available at /openapi.json.