Revoke a permission on a study guide (ASK-211)
DELETE/study-guides/:study_guide_id/grants
Deletes the study_guide_grants row matched by
(study_guide_id, grantee_type, grantee_id, permission).
Only the guide's creator may revoke. Returns 204 on success,
404 when no matching grant exists (not idempotent -- mirrors
file_grants).
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 500
Grant revoked
Bad request
Unauthorized
Forbidden
Not found
Internal server error