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.
Path parameters
Response
JSON
200
UDF version deleted.
400
The request cannot be processed due to a client error. Please verify your request parameters and try again.
JSON
404
UDF or version not found.
JSON
409
The UDF version is the latest version, is attached to a service, or is still building.
JSON
500
An internal server error has occurred. If this issue persists, please contact ClickHouse Cloud support for assistance.
JSON