- Delete a single forward rule by ID
Get a single forward rule by ID
Update a single forward rule by ID
List forward rules
Create a forward rule
Delete a single forward r...
By default this call is scoped to the entire account. You can scope the request by providing the 'domain.name' query parameter. If the 'domain.name' parameter is provided and the requested rule is not defined for that domain the call will return 404 Not Found
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v3/forwards/{id}
- EU Mailgunhttps://api.eu.mailgun.net/v3/forwards/{id}
curl -i -X DELETE \
-u '<username>:<password>' \
'https://api.mailgun.net/v3/forwards/{id}?domain.name=string'Response
{ "message": "forward rule '1234' deleted" }