Sign in

Delete alert

documented

Remove an alert by its ID.

DELETE /v3/alerts/{alert_id}Alertsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.sendgrid.com/v3/alerts/{{$alert_id}}" \
  -X DELETE \
  -H "Authorization: Bearer {{SENDGRID_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Delete alert · SendGrid · OpenIntegrations