Skip to main content

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

Grant revoked