Zoho Recruit
records.delete
Permanently deletes one or more records from the specified module using comma-separated record IDs. Returns per-item results for bulk operations.
Remote zoho/recruit
Remote (network-hosted)
Other tools also called records.delete?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"ids": {
"type": "string",
"maxLength": 1024,
"description": "To retrieve specific records based on their unique ID."
},
"module": {
"type": "string",
"maxLength": 100,
"description": "Specifies the module name"
}
}
}