bluesky.plan_stubs.unsubscribe# bluesky.plan_stubs.unsubscribe(token)[source]# Remove a subscription. Parameters: tokeninttoken returned by processing a ‘subscribe’ message Yields: msgMsgMsg(‘unsubscribe’, token=token) See also bluesky.plan_stubs.subscribe()