uc_function_delete
Delete a function from Unity Catalog using its full name (catalog.schema.function) to remove it from the metastore.
Instructions
Delete a function (DELETE /api/2.1/unity-catalog/functions/{full_name}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full_name | Yes | Function full name (catalog.schema.function) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |