Fly.io
Postgres Clusters

Delete User

View as Markdown

Delete a specific Postgres user within a cluster.

DELETE
/v1/postgres/{postgres_cluster_id}/users/{username}

Delete a specific Postgres user within a cluster.

Authorization

bearerAuth
AuthorizationBearer <token>

A Fly.io access token. Create one with fly tokens create.

In: header

Path Parameters

postgres_cluster_id*string

Managed Postgres Cluster ID

username*string

Postgres User Name

Response Body

application/json

application/json

curl -X DELETE "https://example.com/v1/postgres/string/users/string"
Empty
{  "error": "string"}
{  "error": "string"}