deleteRole No description available. Arguments Argument Type Description roleId (required) String! ID of the role. Returns Boolean! Sample QueryVariablesExample Response mutation DeleteRole($roleId: String!) { deleteRole(roleId: $roleId) } { "roleId": "example-string" } { "data": { "deleteRole": true } }