PUT - Delete Domain Disclaimer

Purpose

This API is used to delete an existing domain disclaimer.

Request URL 

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

Request Parameters

ParameterData TypeDescription
zoid*LongThe unique identifier used for groups in the organization
domainName*String The name of the domain to which you'd like to add the disclaimer

* - Mandatory parameters

Request Body (JSON Parameters)

ParameterData TypeAllowed ValuesDescription
mode*StringdeleteDomainDisclaimerTo delete the disclaimer for a domain

* - Mandatory parameters

 Response Codes

Please refer Response Codes.

Sample Request

CopiedSample URL:
https://mail.zoho.com/api/organization/123456789/domains/zylker.com

Sample Request Body:
{
"mode" : "deleteDomainDisclaimer",
}