Skip to content

Delete a custom sending limit

Request

Delete a custom sending limit

Security
basicAuth
Path
subaccount_idstringrequired

The ID of the subaccount

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

Responses

Successfully deleted the sending limit

Bodyapplication/json
successboolean

Indicates success of request

Response
{ "success": true }