Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

Delete the service query endpoint for a given instance

DELETE/v1/organizations/{organizationId}/services/{serviceId}/serviceQueryEndpoint

Removes the service query endpoint.

Authorizations

Path parameters

  • organizationIdstringrequired

    ID of the requested organization.

    format: uuid
  • serviceIdstringrequired

    ID of the requested 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