MCPcopy Index your code
hub / github.com/TaskingAI/TaskingAI / deletePlugin

Function deletePlugin

frontend/src/axios/plugin.ts:2–4  ·  view source on GitHub ↗
(pluginFunId: string)

Source from the content-addressed store, hash-verified

1import { request } from "../utils/index";
2const deletePlugin = async (pluginFunId: string) => {
3 return await request.delete(`api/v1/bundle_instances/${pluginFunId}`);
4};
5const bundleList = async (params) => {
6 const str = Object.entries(params)
7 .filter(([_key, value]) => value)

Callers 1

onDeleteConfirmFunction · 0.90

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected