fa_delete_alert
Delete a flight alert by its ID. Requires confirm:true to execute; without it, the tool returns a preview of the deletion.
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.
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. |