Skip to content

Delete a limit threshold for an account

Request

Security
basicAuth
Path
namestringrequired

Threshold name that identifies this threshold

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

Responses

A 200 response

Bodyapplication/json
messagestringrequired

Response message

Response
{ "message": "string" }