Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

ClickStack: Delete Saved Search

Beta
DELETE/v1/organizations/{organizationId}/services/{serviceId}/clickstack/saved-searches/{clickStackSavedSearchId}

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

ClickStack: Deletes a saved search and any alerts attached to it.

Authorizations

Path parameters

  • organizationIdstringrequired

    ID of the organization that owns the service.

    format: uuid
  • serviceIdstringrequired

    ID of the ClickStack service.

    format: uuid
  • clickStackSavedSearchIdstringrequired

    Saved search ID

Response

JSON

200

Successful response

JSON
  • statusoptionalnumber

    HTTP status code.

    Example: 200
  • requestIdoptionalstring

    Unique id assigned to every request. UUIDv4

    format: uuid
Navigation