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": []
}'{
"status": 200,
"message": "Email forwarding will be removed soon",
"data": null
}