fa_delete_alert
Delete a flight alert by ID. Provides a dry-run preview without confirmation; set confirm:true to permanently remove the alert.
Instructions
Delete a flight alert by id. Without confirm:true this returns a dry-run preview and makes NO network call; with confirm:true it deletes the alert. Requires a Standard or Premium AeroAPI tier (the free Personal tier returns 401).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Alert id to delete | |
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. |