Stops tracking an anchor.
Once removed, the anchor will no longer receive updates or consume processing resources.
- Precondition: anchorId must be exactly 32 characters long.
- Parameter anchorId: The unique identifier of the anchor to remove.
- Returns: true if the anchor was removed, false if no anchor with that ID exists.
Stops tracking an anchor.
Once removed, the anchor will no longer receive updates or consume processing resources.
- Precondition:
anchorIdmust be exactly 32 characters long.- Parameter anchorId: The unique identifier of the anchor to remove.
- Returns:
trueif the anchor was removed,falseif no anchor with that ID exists.