DELETE - Delete Signature

Purpose

The API is used to delete the signature in any user account in an organization. This can only be done by the Admin of that Organization.

Request URL 

http://mail.zoho.com/api/accounts/<accountid>

Request Parameters

ParameterData TypeDescription
mode* String The mode required to delete signature of the account 
id* StringSignature ID of the signature you want to delete


* - Mandatory parameters

Request Body (JSON Object)

ParameterData TypeAllowed ValuesDescription
mode* String 

deleteSignature

To delete the Signature for the specified account

* - Mandatory parameters

Response Codes

Please refer Response Codes.

Sample Request

Copied{
  "zuid": "111111",
  "mode": "deleteSignature"
}