- Remove an authorized sandbox domain email recipient
Update variable account settings
Get webhook signing key saved on the account
Create or regenerate webhook signing key on an account
Get authorized email recipients for a sandbox domain
Add authorized email recipient for a sandbox domain
Resend account activation email to the account owner
Update account feature
Remove an authorized sand...
Remove an authorized sandbox domain email recipient
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v5/sandbox/auth_recipients/{email}
- EU Mailgunhttps://api.eu.mailgun.net/v5/sandbox/auth_recipients/{email}
curl -i -X DELETE \
-u '<username>:<password>' \
'https://api.mailgun.net/v5/sandbox/auth_recipients/{email}'Response
{ "message": "Sandbox recipient deleted." }