MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / deleteRule

Method deleteRule

cmd/inject-cli/main.go:216–219  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

214}
215
216func (c *apiClient) deleteRule(name string) error {
217 _, err := c.doJSON("DELETE", "/v0/management/tool-call-injection?name="+name, nil)
218 return err
219}
220
221func (c *apiClient) wsURL(sessionID string) string {
222 u, err := url.Parse(c.baseURL)

Callers 1

cmdRulesDeleteFunction · 0.80

Calls 1

doJSONMethod · 0.95

Tested by

no test coverage detected