---
title: "Remove retention policy assignment"
method: DELETE
path: "/retention_policy_assignments/{retention_policy_assignment_id}"
tags: ["Retention policy assignments"]
---

# Remove retention policy assignment

`DELETE /retention_policy_assignments/{retention_policy_assignment_id}`

Removes a retention policy assignment
applied to content.

## Path parameters

- `retention_policy_assignment_id` string, required

## Response `204`

Returns an empty response when the policy assignment
is successfully deleted.

## Other responses

- `403` — Returns an error when the assignment relates to a retention policy that cannot be modified.
- `404` — Returns an error when the retention policy assignment does not exist.
- `default` — An unexpected client error.

---

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