Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

Delete UDF version

Beta
DELETE/v1/organizations/{organizationId}/udfs/{functionName}/versions/{version}

Disclaimer: This beta endpoint is evolving; the API contract may change.

Deletes a UDF version. The UDF must not be attached to any services.

Authorizations

Path parameters

  • organizationIdstringrequired

    ID of the requested organization.

    format: uuid, pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000)$
  • functionNamestringrequired

    Name of the UDF.

    pattern: ^[A-Za-z][A-Za-z0-9_]*$
  • versionintegerrequired

    Version number of the UDF.

    Example: 1

Response

JSON

200

UDF version deleted.

JSON
  • statusintegerrequired

    HTTP status code.

    Example: 200
  • requestIdstringrequired

    Unique id assigned to every request. UUIDv4

    format: uuid, pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000)$
Navigation