Management APIToken management

Batch Delete Tokens

🔐 Login Required (User Permission)

POST
/api/token/batch

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

ids?array<integer>

Response Body

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

How is this guide?