Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

Delete ClickPipe

DELETE/v1/organizations/{organizationId}/services/{serviceId}/clickpipes/{clickPipeId}

Delete the specified ClickPipe.

Authorizations

Path parameters

  • organizationIdstringrequired

    ID of the organization that owns the service.

    format: uuid
  • serviceIdstringrequired

    ID of the service that owns the ClickPipe.

    format: uuid
  • clickPipeIdstringrequired

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