PUT - To Delete a DKIM detail

 Purpose

This API is used to delete an existing DKIM detail for a domain.

 Request URL 

https://<hostname>/api/organization/<zoid>/domains/<domainName>

Scope

organization.domains

 Request Parameters

ParameterData TypeDescription
zoid*IntegerThe unique Zoho Organization Identifier of your organization. 
domainName*StringName of the domain, for which you want to delete DKIM details.

* - Mandatory parameters

  Request Body (JSON Object)

ParameterData TypeAllowed ValuesDescription
mode* String deleteDkimDetailTo delete a DKIM detail for the chosen domain.
dkimId* LongUnique ID of the DKIM value you would like to delete.The DKIM ID can be fetched by running the get domain details API.

* - Mandatory parameters

 Response Codes

Please refer Response Codes.

Sample Request

Copied{ 
"mode":"deleteDkimDetail",
 "dkimId":"100000500000888000”  
}