Skip to main content

nexigon_api.users.UserTokenDeletedEvent

Event indicating that a user token has been deleted.

userIdnexigon_api.users.UserId (string)required

Unique ID of a user.

tokenIdnexigon_api.users.UserTokenId (string)required

Unique ID of a user token.

nexigon_api.users.UserTokenDeletedEvent
{
"userId": "string",
"tokenId": "string"
}