Zoho Recruit

notes.delete

Permanently deletes one or more notes using comma-separated note IDs.

Remote zoho/recruit

Remote (network-hosted)

Other tools also called notes.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."
    }
  }
}