认证管理
撤销令牌
撤销指定的令牌
delete/auth/tokens/{token_id}
Path parameters
token_idstring required
令牌ID
Request body
Example request
{
"reason": "用户主动登出"
}Response
撤销成功
Example response
{
"message": "操作成功"
}撤销指定的令牌
令牌ID
{
"reason": "用户主动登出"
}撤销成功
{
"message": "操作成功"
}