Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

Delete service

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

Deletes the service. The service must be in stopped state and is deleted asynchronously after this method call.

Authorizations

Path parameters

  • organizationIdstringrequired

    ID of the organization that owns the service.

    format: uuid
  • serviceIdstringrequired

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