Box Developer Documentation

Delete a metadata cascade policy

Delete a metadata cascade policy

A metadata cascade policy can be deleted by calling the DELETE /metadata_cascade_policies/:id API endpoint with the id of the policy to remove.

cURL
curl -i -X DELETE "https://api.box.com/2.0/metadata_cascade_policies/324324" \
     -H "authorization: Bearer <ACCESS_TOKEN>"

To get the id of the policy, list all policies for the folder.