public
TokenInfo

Deletes a specific token associated with a user

This endpoint deletes a user's session token. The deleted token can no longer be used to access the API. All other tokens for this user can still be used.

delete/users/{userId}/tokens/{tokenId}

Path parameters

userIdstring required

The user ID.

tokenIdstring required

The token ID.

Response

The token was successfully deleted.

Changes