> ## Documentation Index
> Fetch the complete documentation index at: https://docs.outerport.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Remove a retention policy from a document

> Removes the retention policy association from a document.

## Remove a retention policy from a document

Removes the retention policy association from a document.

### Path Parameters

<ParamField path name="document_id" type="integer" required>
  No description provided
</ParamField>

<ParamField path name="retention_policy_id" type="integer" required>
  No description provided
</ParamField>

### Response

<ResponseField name="data" type="object">
  The response data for this endpoint.
</ResponseField>

<ResponseExample>
  ```json
  {
    "document_id": 123,
    "retention_policy_id": 123
  }
  ```
</ResponseExample>
