Skip to main content
API Reference SwiftyNsdk NsdkVpsSession

removeAnchor

Request to stop tracking an anchor....

Declaration

func removeAnchor(withId anchorId: NsdkVpsAnchorId) -> Bool

Summary

Request to stop 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 otherwise


ON THIS PAGE