fa_delete_alert
Deletes a flight alert by ID. Supply confirm:true to proceed; otherwise, it returns a dry-run preview. Requires Standard or Premium AeroAPI.
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. |