Turn off email forwarding for a specific domain. This stops emails from being sent to another address.
Accept Example Content-Type Example domain string · enum required example31.com example32.com example33.com example34.com example35.com example36.com example37.com example30.com success boolean timestamp string requestId string data object https://cloud.hostup.se/api/email-forwarding/disable curl -X POST "https://cloud.hostup.se/api/email-forwarding/disable" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"domain": "example31.com"
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"message": "string"
}
} {
"domain": "example31.com"
}