Skip to content

DeleteRolesRequest

Type: object

Properties

Property Type Required Description Constraints
input array Yes List of roles to delete

Generated example

{
  "input": [
    {
      "accessRoleId": 123,
      "workspaceId": 123
    }
  ]
}

Referenced models

Source

Generated from swagger-user.json.