Zoho Recruit

records.deleteOne

Permanently deletes a specific record from the module using its unique record ID.

Remote zoho/recruit

Remote (network-hosted)

Other tools also called records.deleteOne? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "module": {
      "type": "string",
      "maxLength": 100,
      "description": "Specifies the module name"
    },
    "recordID": {
      "type": "string",
      "format": "int64",
      "description": "This ID is used to uniquely identify a record"
    }
  }
}