box_metadata_delete_instance_on_file_tool
Remove metadata template instances from Box files by specifying file ID and template key to manage file metadata.
Instructions
Delete the metadata template instance associated with a specific file.
Args: ctx (Context): The context object containing the request and lifespan context. file_id (str): The ID of the file to delete the metadata from. template_key (str): The key of the metadata template.
Returns: dict: The response from the Box API after deleting the metadata.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | ||
| template_key | Yes |