跳转到主要内容
GET
/
del-token
撤销身份验证令牌
curl --request GET \
  --url https://launch-auth-v1.raydium.io/del-token
{
  "success": true,
  "data": "OK"
}

Documentation Index

Fetch the complete documentation index at: https://docs.raydium.io/llms.txt

Use this file to discover all available pages before exploring further.

查询参数

token
string
必填
wallet
string
必填

响应

200 - application/json

令牌已撤销

success
boolean
示例:

true

data
string
示例:

"OK"