Box Developer Documentation
 
    Latest version

    Remove metadata template

    delete
    https://api.box.com/2.0
    /metadata_templates/:scope/:template_key/schema

    This endpoint is in the version 2024.0. No changes are required to continue using it. For more details, see Box API versioning.

    Delete a metadata template and its instances. This deletion is permanent and can not be reversed.

    Request

    bearer [ACCESS_TOKEN]
    application/json

    Path Parameters

    stringin pathrequired
    global

    The scope of the metadata template

    Value is one of global,enterprise

    stringin pathrequired
    properties

    The name of the metadata template

    Response

    none

    Returns an empty response when the metadata template is successfully deleted.

    application/jsonClient error

    Request body does not contain a valid metadata schema.

    application/jsonClient error

    Request body contains a scope that the user is not allowed to create a template for.

    application/jsonClient error

    An unexpected client error.

    delete
    Remove metadata template
    You can now try out some of our APIs live, right here in the documentation.
    Log in

    Request Example

    cURL
    curl -i -X DELETE "https://api.box.com/2.0/metadata_templates/enterprise/blueprintTemplate/schema" \
         -H "authorization: Bearer <ACCESS_TOKEN>"