MCPcopy Create free account
hub / github.com/Botloader/botloader / deleteAllSessions

Method deleteAllSessions

frontend-common/src/api_client.ts:105–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 }
104
105 async deleteAllSessions(): Promise<ApiResult<{}>> {
106 return await this.delete("/api/sessions/all");
107 }
108
109 async createApiToken(): Promise<ApiResult<SessionMeta>> {
110 return await this.put("/api/sessions");

Callers 1

logoutAllSessionsFunction · 0.80

Calls 1

deleteMethod · 0.95

Tested by

no test coverage detected