box_metadata_delete_instance_on_file_tool
Remove metadata instances from specified files on the Box platform using the MCP Server Box. Requires file ID and template key for precise deletion.
Instructions
Delete a metadata instance on a 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
Name | Required | Description | Default |
---|---|---|---|
file_id | Yes | ||
template_key | Yes |