DeleteUserInput
The data required to delete a user
input DeleteUserInput {
id: String!
userIdToAffectDeviceConfigTemplates: String
}
Fields
DeleteUserInput.id
● String!
non-null scalar
The id of the user to delete
DeleteUserInput.userIdToAffectDeviceConfigTemplates
● String
scalar
The id of the user to affect device config templates
Member Of
deleteUser
mutation