MCPcopy
hub / github.com/AstrBotDevs/AstrBot / delete

Function delete

dashboard/src/api/v1.ts:374–378  ·  view source on GitHub ↗
(configId: string)

Source from the content-addressed store, hash-verified

372 );
373 },
374 delete(configId: string) {
375 return typed<OpenConfig>(
376 openApiV1.deleteConfigProfile({ path: { config_id: configId } }),
377 );
378 },
379};
380
381export const systemConfigApi = {

Calls 3

typedFunction · 0.85
pluginExtensionPathFunction · 0.85
deleteMethod · 0.45

Tested by

no test coverage detected