Remove email forwarding
DELETE
/v2/domains/email-forwarding
Deactivate Email Forwarding for Domain
Endpoint
Request Body
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. |
Example Request
{
"domainIds": ["domainId1", "domainId2"],
"contains": "example"
}
Request
Header Params
x-auth-zapmail
string
required
Example:
{{x-auth-zapmail}}