Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

Delete reverse private endpoint

DELETE/v1/organizations/{organizationId}/services/{serviceId}/clickpipesReversePrivateEndpoints/{reversePrivateEndpointId}

Delete the reverse private endpoint with the specified ID.

Authorizations

Path parameters

  • organizationIdstringrequired

    ID of the organization that owns the service.

    format: uuid
  • serviceIdstringrequired

    ID of the service that owns the Reverse Private Endpoint.

    format: uuid
  • reversePrivateEndpointIdstringrequired

    ID of the reverse private endpoint to delete.

    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