Zoho Recruit

metadata.roles.delete

Delete an existing Recruit role and transfer users to another role

Remote zoho/recruit

Remote (network-hosted)

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

Input Schema


            {
  "type": "object",
  "properties": {
    "role": {
      "type": "integer",
      "format": "int64",
      "description": "The unique identifier of the role"
    },
    "transfer_to_id": {
      "type": "integer",
      "format": "int64",
      "description": "The ID of the role to transfer child roles to when deleting a role"
    }
  }
}