Delete parse setting
documentedDelete an inbound parse setting by hostname.
DELETE /v3/user/webhooks/parse/settings/{hostname}Inbound Parse Webhookno implementation yet0 runsNo 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/user/webhooks/parse/settings/{{$hostname}}" \
-X DELETE \
-H "Authorization: Bearer {{SENDGRID_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"