# Delete

Launch stage: GA

`DELETE /api/2.0/alerts/{id}`

Moves an alert to the trash. Trashed alerts immediately disappear from list views, and can no longer trigger. You can restore a trashed alert through the UI. A trashed alert is permanently deleted after 30 days.

API scopes: alerts

## Path parameters

- `id` (string, optional)

## Response

```json
{}
```

