Skip to content

Remove an authorized sandbox domain email recipient

Request

Remove an authorized sandbox domain email recipient

Security
basicAuth
Path
emailstringrequired

The email address of the authorized recipient to be removed

curl -i -X DELETE \
  -u '<username>:<password>' \
  'https://api.mailgun.net/v5/sandbox/auth_recipients/{email}'

Responses

A 200 response

Bodyapplication/json
messagestring

Response message

Response
{ "message": "Sandbox recipient deleted." }