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

# Delete a Policy

Permanently deletes a policy. Charge stops applying it immediately.

<RequestExample>
  ```bash cURL theme={null}
  curl -X DELETE https://api.chargeapi.co/v1/policies/pol_9xe0A6qa63r3SAobPHjSNlxg5FhpHrub \
    -H "Authorization: Bearer ch_sk_test_..."
  ```
</RequestExample>

<ResponseExample>
  ```json Response theme={null}
  {
      "id": "pol_9xe0A6qa63r3SAobPHjSNlxg5FhpHrub",
      "object": "policy",
      "deleted": true
  }
  ```
</ResponseExample>

## Parameters

No parameters.

## Returns

Returns the deleted policy.
