Skip to content

Delete a custom sending limit

Request

Delete a custom sending limit

Security
basicAuth
curl -i -X DELETE \
  -u '<username>:<password>' \
  https://api.mailgun.net/v5/accounts/limit/custom/monthly

Responses

Successfully deleted the sending limit

Bodyapplication/json
successboolean

Indicates success of request

Response
{ "success": true }