Zum Hauptinhalt springen
GET
/
del-token
Authentifizierungstoken widerrufen
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.

Abfrageparameter

token
string
erforderlich
wallet
string
erforderlich

Antwort

200 - application/json

Token widerrufen

success
boolean
Beispiel:

true

data
string
Beispiel:

"OK"