Sign in

Delete sandbox auth recipient

documented

Delete a sandbox authentication recipient by email.

DELETE /v5/sandbox/auth_recipients/{email}Account Managementno 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.mailgun.net/v5/sandbox/auth_recipients/{{$email}}" \
  -X DELETE \
  -u "api:{{MAILGUN_API_KEY}}" \
  -H "Accept: application/json"
Delete sandbox auth recipient · mailgun · OpenIntegrations