Skip to main content
Delete an alert. This is a destructive tool, but a soft delete: the alert stops producing matches and disappears from 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

Output

A short markdown confirmation:
Passing output_format: "json" returns id and deleted as compact JSON.

Example