# Deprecated — lifting a suppression now requires the dashboard

Source: https://docs.usetone.ai/reference/compliance/dnc.remove

> ⚠️ Always refuses.

`DELETE /v1/dnc/{id}`
⚠️ Always refuses. Lifting a suppression is a deliberate, reasoned act: it now requires a dashboard session and a written justification (`POST /v1/dnc/{id}/remove`, session-only), and is recorded in the audit trail. API keys can ADD suppressions — an opt-out must land within seconds — but can no longer silently make an opted-out number callable again.

Requires the `write` scope.

## Parameters

| Name | In | | Meaning |
|---|---|---|---|
| `id` | path | required | The suppression entry's id. |

## Response



### Example response

```json
{
  "data": null
}
```
