Deactivate email forwarding for your domain, stopping the forwarding of emails from your domain to the specified email address.
Request
Body Params application/json
{
"domainIds": [
"F3AFB1E5-E5B8-4030-AE64-174AD338E204"
],
"contains": "",
"status": [],
"tagIds": []
}
Request Code Samples
curl --location --request DELETE 'https://api.zapmail.ai/api/v2/domains/email-forwarding' \
--header 'x-auth-zapmail;' \
--header 'x-workspace-key;' \
--header 'x-service-provider;' \
--header 'Content-Type: application/json' \
--data-raw '{
"domainIds": [
"F3AFB1E5-E5B8-4030-AE64-174AD338E204"
],
"contains": "",
"status": [],
"tagIds": []
}'
Responses
application/json {
"status": 200,
"message": "Email forwarding will be removed soon",
"data": null
}
Modified at 2025-10-14 09:25:28