Batch Delete Tokens

🔐 Login Required (User Permission)

POST
/api/token/batch

🔐 需要登录(User权限)

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/api/token/batch" \  -H "Content-Type: application/json" \  -d '{}'
Empty