Marks a client as offline in the specified swarm.
If the swarm validation fails or the operation encounters an issue.
await markOffline("client123", "exampleSwarm"); Copy
await markOffline("client123", "exampleSwarm");
The unique identifier of the client to mark as offline.
The name of the swarm where the client belongs.
A promise that resolves when the client is successfully marked as offline.
Marks a client as offline in the specified swarm.
Throws
If the swarm validation fails or the operation encounters an issue.
Example