Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.box.com/llms.txt

Use this file to discover all available pages before exploring further.

Deleting a metadata template can be achieved by calling the API.
curl -i -X DELETE "https://api.box.com/2.0/metadata_templates/enterprise/blueprintTemplate/schema" \
     -H "authorization: Bearer <ACCESS_TOKEN>"
This API returns a 204 No Content API response with no response body when the template has been successfully deleted. This API also removes all the template instances from any files and folders. Only templates created within the enterprise scope can be deleted.
Admin permissions requiredDeleting metadata templates is restricted to users with admin permission. This means that only admins, or co-admins who have been granted rights to Create and edit metadata templates for your company by the admin can use the web app or the API to manage templates.