latestOpenAPI 3.0.02026-08-10221235717.8 KB
e21ad140ec3c
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.