companyRoleDelete
mutation
Delete company roles
Removes one or more roles from the company. Roles currently assigned to users cannot be deleted.
mutation {
companyRoleDelete(companyId: Int!, roleId: [Int]!): DeletionError!
}Returns: DeletionError!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
roleId | [Int]! |