Unlock Records
Purpose
To remove lock from locked records.
Request Details
Request URL
{api-domain}/crm/{version}/{module_API_name}/{record_id}/Locking_Information__s/{record_locking_id}
Header
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Scope
scope=ZohoCRM.modules.lockinginformation.Delete(and)
scope=ZohoCRM.modules.All (or) scope=ZohoCRM.modules.{module_name}.{operation_type}
Possible module names
leads, accounts, contacts, deals, tasks, cases, solutions, vendors, pricebooks, quotes, salesorders, purchaseorders, invoices and custom
Possible operation types
All - Full access to the record
Delete - Delete records of the module
Sample Request
Copied
Possible Errors
- INVALID_MODULEHTTP 400
The module name given seems to be invalid.
Resolution: Specify a valid module API name. - NOT_ALLOWEDHTTP 403
Automatically locked records can not be unlocked manually.
- NO_PERMISSIONHTTP 403
The current user does not have permission to unlock record.
Resolution: Contact your system administrator. - INTERNAL_ERRORHTTP 500
Internal Server Error.
Resolution:Unexpected and unhandled exception in the server. Contact support team.
Sample Response
Copied