Remove a metadata instance from a folder. Deletes a specific metadata template instance that has been applied to a folder. This operation is idempotent and will return a 404 error if the metadata instance doesn't exist. Returns HTTP 204 No Content on successful deletion. Note: T…
scopeRequiredstringThe scope of the metadata template. Must be one of: 'global' (for Box's built-in templates like 'properties'), 'enterprise' (for company-wide templates), or 'enterprise_{id}' format (e.g., 'enterprise_1351007304'). You can obtain the scope by listing metadata instances on the fo…
folder_idRequiredstringThe unique identifier that represent a folder. The ID for any folder can be determined by visiting this folder in the web application and copying the ID from the URL. For example, for the URL `https://*.app.box.com/folder/123` the `folder_id` is `123`. The root folder of a Box a…
template_keyRequiredstringThe key/name of the metadata template to remove (e.g., 'properties', 'marketingCollateral'). This identifies which metadata instance to delete from the folder. You can obtain the template key by listing metadata instances on the folder first.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.