MCPcopy Create free account
hub / github.com/ShipSecAI/studio / deleteWorkflow

Method deleteWorkflow

packages/backend-client/src/api-client.ts:125–129  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

123 }
124
125 async deleteWorkflow(id: string) {
126 return this.client.DELETE('/api/v1/workflows/{id}', {
127 params: { path: { id } },
128 });
129 }
130
131 async commitWorkflow(id: string) {
132 return this.client.POST('/api/v1/workflows/{id}/commit', {

Callers 2

mainFunction · 0.80
api.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected