Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

Delete a PostgreSQL service

Beta
DELETE/v1/organizations/{organizationId}/postgres/{postgresId}

This endpoint is in beta. API contract is stable, and no breaking changes are expected in the future.

Deletes a Postgres service that belongs to the organization

Authorizations

Path parameters

  • organizationIdstringrequired

    ID of the organization that owns the Postgres service.

    format: uuid
  • postgresIdstringrequired

    ID of the requested Postgres service.

    format: uuid

Response

JSON

200

Successful response

JSON
  • statusoptionalnumber

    HTTP status code.

    Example: 200
  • requestIdoptionalstring

    Unique id assigned to every request. UUIDv4

    format: uuid
Navigation