---
title: "Remove metadata cascade policy"
method: DELETE
path: "/metadata_cascade_policies/{metadata_cascade_policy_id}"
tags: ["Metadata cascade policies"]
---

# Remove metadata cascade policy

`DELETE /metadata_cascade_policies/{metadata_cascade_policy_id}`

Deletes a metadata cascade policy.

## Path parameters

- `metadata_cascade_policy_id` string, required

## Response `204`

Returns an empty response when the policy
is successfully deleted.

## Other responses

- `404` — Returns an error when the policy can not be found or the user does not have access to the folder. * `instance_not_found` - The policy could not be found * `not_found` - The folder could not be found or the user does not have access to the folder.
- `default` — An unexpected client error.

---

[API](https://skmtc.net/box/apis/platform-api.md) · [All operations](https://skmtc.net/box/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/box/platform-api/versions/ba8f087e1a4d/schema)
