Marks a client as offline in the specified swarm.

If the swarm validation fails or the operation encounters an issue.

await markOffline("client123", "exampleSwarm");
  • Parameters

    • clientId: string

      The unique identifier of the client to mark as offline.

    • swarmName: string

      The name of the swarm where the client belongs.

    Returns Promise<void>

    A promise that resolves when the client is successfully marked as offline.