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

# Clear recipient delivery policy

> Clear recipient delivery policy for a public Talaria DID.

Clear recipient delivery policy for a public Talaria DID.

## Path parameters

<ParamField path="did" type="string" required>
  The recipient DID.
</ParamField>

## Request body

This endpoint does not accept a request body.

<RequestExample>
  ```bash Request theme={null}
  curl --request DELETE \
    --url "https://directory.example.com/delivery-policies/recipients/did%3Atalaria%3A1111111111111111111111"
  ```
</RequestExample>

## Response

<ResponseExample>
  ```json 202 Response theme={null}
  {
    "status": "accepted",
    "did": "did:talaria:1111111111111111111111",
    "extrinsic": "clear_delivery_policy",
    "tx_hash": "<transaction-hash>",
    "message": "Chain extrinsic submitted"
  }
  ```
</ResponseExample>

<Note>
  `202 Accepted` means the Directory accepted the request for processing. It does not confirm final settlement.
</Note>
