Zoho Recruit

users.delete

Delete a user by ID. API exposed to customers

Remote zoho/recruit

Remote (network-hosted)

Other tools also called users.delete? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "user": {
      "type": "string",
      "maxLength": 20,
      "description": "user Id"
    }
  }
}