Delete a Photo
Purpose
To delete a photo from a record in a module.
Request URL
https://recruit.zoho.com/recruit/v2/{module_api_name}/{record_id}/photo
module_api_name - The API name of the module
record_id - The unique ID of the record
Supported modules |
---|
Candidates & Contacts |
Request Method
DELETE
Scope
scope=ZohoRecruit.modules.all
(or)
scope=ZohoRecruit.modules.{module_name}.{operation_type}
Possible module names | Possible operation types |
---|---|
candidate and contact | ALL - Full access to images DELETE - Delete photo |
Sample Request
Copiedcurl "https://recruit.zoho.com/recruit/v2/Candidates/100002000000023629/photo"
-X DELETE
-H "Authorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxxxxxxx9be93.9b8xxxxxxxxxxxxxxxf"
Sample Response
Copied{
"code": "SUCCESS",
"details": {},
"message": "Photo deleted",
"status": "success"
}