Mutations
deleteRole
Deletes a role. This will also remove the role from any users or teams it is assigned to.
Mutation
Variables
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Deletes a role. This will also remove the role from any users or teams it is assigned to.
mutation DeleteRole($id: Int!) {
deleteRole(id: $id) {
id
}
}{
"id": 1
}{
"data": {
"deleteRole": {
"id": 1
}
}
}Was this page helpful?
mutation DeleteRole($id: Int!) {
deleteRole(id: $id) {
id
}
}{
"id": 1
}{
"data": {
"deleteRole": {
"id": 1
}
}
}Suggestions