Skip to content

Delete a send alert

Request

Security
basicAuth
Path
namestringrequired

Threshold name that identifies this threshold

curl -i -X DELETE \
  -u '<username>:<password>' \
  'https://api.mailgun.net/v1/thresholds/alerts/send/{name}'

Responses

A 200 response

Bodyapplication/json
messagestringrequired

Response message

Response
{ "message": "string" }