MCPcopy Create free account
hub / github.com/arctic-cli/interface / delete

Method delete

packages/sdk/js/src/gen/sdk.gen.ts:469–474  ·  view source on GitHub ↗

* Delete a session and all its data

(options: Options<SessionDeleteData, ThrowOnError>)

Source from the content-addressed store, hash-verified

467 * Delete a session and all its data
468 */
469 public delete<ThrowOnError extends boolean = false>(options: Options<SessionDeleteData, ThrowOnError>) {
470 return (options.client ?? this._client).delete<SessionDeleteResponses, SessionDeleteErrors, ThrowOnError>({
471 url: "/session/{id}",
472 ...options,
473 })
474 }
475
476 /**
477 * Get session

Callers 15

removeMethod · 0.45
unshareMethod · 0.45
removeMethod · 0.45
mergeHeadersFunction · 0.45
beforeRequestFunction · 0.45
openFunction · 0.45
getClientsFunction · 0.45
fetchFunction · 0.45
clearCachedAuthFunction · 0.45
cacheSignatureFunction · 0.45
getCachedSignatureFunction · 0.45
clearSignatureCacheFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected