Zoho Recruit
interviews.cancel
Cancel an interview record. Module must be Interviews. The body specifies the reason for cancellation.
Remote zoho/recruit
Remote (network-hosted)
Other tools also called interviews.cancel?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"reason_for_cancellation": {
"type": "string"
}
}
},
"description": "body parameter"
},
"record_id": {
"type": "string",
"description": "Numeric Zoho record ID (e.g. 100001000000027144)."
},
"module_api_name": {
"type": "string",
"description": "Zoho Recruit module API name. Standard modules: Candidates, JobOpenings, Clients, Contacts, Interviews, Submissions, Assessments, Reviews, Tasks, Events, Calls, Notes, Attachments, Departments."
}
}
}