Header Name | Value |
Authorization | Zoho-oauthtoken {access_token} |
Possible Scope Names (Case Sensitive) | Operation Types |
referral, campaign, assessment, vendor, offer, attachment, forecast, note, call, event, task, candidate, jobopening, client, department, interview, contact & custom (for all Custom Modules) | ALL - Full access to the record READ - Get records from the module |
Parameter | Data Type | Description |
authtoken* | String | Encrypted alphanumeric string to authenticate your Zoho credentials. |
scope* | String | Specify the value as recruitapi |
Parameter | Data Type | Description |
id* | String | Specify the unique ID of the record. |
tabularName* | String | Name of the tabular entry where you want to delete data from. |
deleteType* | String | Specify "all" or "partial" according to your requirements |
tabularRowIds | String | Comma separated tabular row ids to specify what tabular information to delete. Applicable only if deleteType is partial. |
Response
<?xml version="1.0" encoding="UTF-8"?>
<response uri="/crm/private/xml/Candidates/deleteTabularRecords">
<result>
<Candidates>
<FL
val="Deleted">100002000000051023,100002000000051024,100002000000051025</FL>
</Candidates>
</result>
</response>