| Name | Type | Description |
|---|---|---|
domainIds | array | An array of domain IDs from which email forwarding should be removed. |
contains | string | (Optional) Remove email forwarding only for domains that match the specified keyword. |
{
"domainIds": ["domainId1", "domainId2"],
"contains": "example"
}curl --location --request DELETE 'https://api.zapmail.ai/api/v1/domain/delete-email-forwarding' \
--header 'x-auth-zapmail: '{
"status": 200,
"message": "Email forwarding will be removed soon",
"data": null
}