PUT - Remove Domain Alias

 Purpose

The API removes the existing domain alias and removes the association of the domain with the other domain.

 Request URL 

 https://mail.zoho.com/api/organization/<zoid>/domains/<domainName>

Scope

organization.domains

 Request Parameters

ParameterData TypeDescription
zoid*IntegerThe unique Zoho Organization Identifier for the organization 
domainName*StringName of the domain, to which the alias domain should be pointed to.

* - Mandatory parameters

  Request Body (JSON Object)

ParameterData TypeAllowed ValuesDescription
mode* String removeDomainAliasTo remove the existing domain alias
domainAlias*  String Domain name Name of the domain, which should be added as alias domain.

* - Mandatory parameters

 Response Codes

Please refer Response Codes.

Sample Request

Copied{
   "mode": "removeDomainAlias",
   "domainAlias": "zylkernew.com"
}