Permanently delete an email forwarder. Emails sent to the address will no longer be forwarded.
accountId integer · min: 1 required accountId parameter
Accept Example Content-Type Example email string required domain string required destination string required No response body
https://cloud.hostup.se/api/hosting/{accountId}/email-forwarders curl -X DELETE "https://cloud.hostup.se/api/hosting/0/email-forwarders" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {} {
"email": "string",
"domain": "string",
"destination": "string"
}