PUT - Disable Domain Email Hosting

 Purpose

The API disables the Email Hosting for the provided 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 for which Email hosting should be disabled.

* - Mandatory parameters

  Request Body (JSON Object)

ParameterData TypeAllowed ValuesDescription
mode* String disableMailHosting To disable Email hosting for the domain.

* - Mandatory parameters

 Response Codes

Please refer Response Codes.

Sample Request

Copied{
   "mode": "disableMailHosting"
}