alerts.delete

write

Delete flow alert

Deletes one of the signed-in user’s flow alerts by id.

Free with an account. Requires a key or OAuth token with the write scope.

Input

FieldTypeDescription
id*stringAlert id from alerts.list

* required

Output

Returned under data; every response also carries meta with freshness, as_of and truncated.

FieldTypeDescription
dry_run*booleanTrue when dry_run was requested: nothing was persisted; other fields show the would-be result
deleted*string

* required

Example request

curl -X POST "https://impliedoptions.com/api/v1/tools/alerts.delete" \
  -H "Authorization: Bearer <YOUR_KEY>" \
  -H "Content-Type: application/json" \
  -d '{
    "args": {
      "id": "6f1c2b3a-4d5e-4f60-8a71-9b2c3d4e5f60"
    }
  }'

Rendered result: /flow?tab=options

Run

Log in to run this tool.
alerts.deleteDelete flow alertFreeWrites

Alert id from alerts.list

Writes to your account.