particle_alert_list, while its past matches and deliveries are retained for audit. A deleted alert also frees its slot against your plan’s alert allowance.
To pause an alert instead of removing it — keeping it in the list and resumable later — use particle_alert_update with is_active=false.
Inputs
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
alert_id | string | yes | — | Alert id to delete. |
Output
A short markdown confirmation:output_format: "json" returns id and deleted as compact JSON.
Example
Related
- REST equivalent:
DELETE /v1/alerts/{id}. - To pause an alert instead of deleting it, use
particle_alert_updatewithis_active=false. - List your remaining alerts with
particle_alert_list.