Remove Domain Forwarding
Testing
Removes email forwarding configuration from a domain.
Request
Body Params application/jsonRequired
{
"domainId": "uuid-of-domain"
}
Request Code Samples
curl --location --request POST 'https://api.zapmail.ai/api/v2/domains/remove-forwarding' \
--header 'x-auth-zapmail: <api_key>' \
--header 'x-workspace-id: <workspace_id>' \
--header 'x-service-provider: GOOGLE' \
--header 'Content-Type: application/json' \
--data-raw '{
"domainId": "uuid-of-domain"
}'
Responses
application/json {
"status": 200,
"message": "Domain forwarding removed successfully",
"data": null
}
Modified at 2026-01-17 06:25:14