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
| Parameter | Data Type | Description |
| mode* | String | The mode required to delete signature of the account |
| id* | String | Signature ID of the signature you want to delete |
* - Mandatory parameters
Request Body (JSON Object)
| Parameter | Data Type | Allowed Values | Description |
| 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"
}