Zoho Recruit

notes.deleteOne

Permanently deletes a specific note by its ID.

Remote zoho/recruit

Remote (network-hosted)

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

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "int64",
      "description": "Unique identifier of the note"
    }
  }
}