Contents

RetireVppUserRequest

The request to retire a user.

Declaration

object RetireVppUserRequest

Properties

NameTypeDescription
clientUserIdStrstring

The identifier supplied by the client when registering a user. Either clientUserIdStr or userId is required. If both clientUserIdStr and userId are supplied, userId takes precedence.

sToken Requiredstring

The authentication token. For more information, see Authentication.

userIdint64

The unique identifier assigned by the VPP when registering the user. Either clientUserIdStr or userId is required. If both clientUserIdStr and userId are supplied, userId takes precedence.

See Also

Request and Response