Summary
Remove a permission range by ID. Removes whichever markers exist for the given ID (start, end, or both).- Operation ID:
permissionRanges.remove - API member path:
editor.doc.permissionRanges.remove(...) - Mutates document:
yes - Idempotency:
idempotent - Supports tracked mode:
no - Supports dry run:
yes - Deterministic target resolution:
yes
Expected result
Returns a PermissionRangeRemoveResult indicating success or a failure.Input fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | yes |
Example request
Output fields
No fields.Example response
Pre-apply throws
TARGET_NOT_FOUNDINVALID_TARGETINVALID_INPUTCAPABILITY_UNAVAILABLE
Non-applied failure codes
- None
Raw schemas
Raw input schema
Raw input schema
Raw output schema
Raw output schema
Raw success schema
Raw success schema
Raw failure schema
Raw failure schema

