MCPcopy
hub / github.com/benjitaylor/agentation / deleteApiKey

Function deleteApiKey

mcp/src/server/tenant-store.ts:153–155  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

151}
152
153export function deleteApiKey(id: string): boolean {
154 return getTenantStore().deleteApiKey(id);
155}
156
157export function updateApiKeyLastUsed(id: string): void {
158 return getTenantStore().updateApiKeyLastUsed(id);

Callers

nothing calls this directly

Calls 2

getTenantStoreFunction · 0.85
deleteApiKeyMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…