| Name | Type | Description |
|---|---|---|
domainIds | array | An array of domain IDs for which catch-all email forwarding should be removed. |
email | string | (Optional) The email address previously set for catch-all forwarding. |
contains | string | (Optional) Remove catch-all forwarding only for domains that match the specified keyword. |
{
"domainIds": ["domainId1", "domainId2"],
"email": "forward@example.com",
"contains": "example"
}curl --location --request DELETE 'https://api.zapmail.ai/api/v1/domain/delete-catch-all-email' \
--header 'x-auth-zapmail: '{}