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/case-studies/{case_study_id}/access-grants/revoke \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "student_ids": [ "<string>" ], "reason": "<string>" } '
{ "data": { "case_study_id": "<string>", "revoked_at": "2023-11-07T05:31:56Z", "revoked_by": "<string>", "revoked_students": [ { "status": "<string>", "student_id": "<string>" } ] }, "message": "<string>", "success": true }
Enter your JWT access token
1 - 500
1000
Successful Response
Show child attributes