DesDeleteUserInput
Input for deleting a user.
input DesDeleteUserInput {
userId: String!
workspaceUrl: String
}
Fields
DesDeleteUserInput.userId ● String! non-null scalar
Workspace user identifier.
DesDeleteUserInput.workspaceUrl ● String scalar
URL for the workspace to delete the user from.