Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:8000/v1/console/attempts/revoke/bulk \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "amount": 123, "case_study_id": "<string>", "reason": "<string>", "user_ids": [ "<string>" ], "dry_run": false, "idempotency_key": "<string>" } '
{ "data": { "dry_run": true, "job_id": "<string>", "job_type": "<string>", "total_rows": 123 }, "message": "<string>", "success": true }
Enter your JWT access token
1 - 1000
1 - 500
Successful Response
Show child attributes