MCPcopy Index your code
hub / github.com/codingapi/springboot-framework / remove

Function remove

admin-ui/src/api/flow.ts:27–29  ·  view source on GitHub ↗
(id: any)

Source from the content-addressed store, hash-verified

25}
26
27export async function remove(id: any) {
28 return post('/api/cmd/flowWork/delete', {id});
29}
30
31export async function changeState(id: any) {
32 return post('/api/cmd/flowWork/changeState', {id});

Callers 1

handlerDeleteFunction · 0.90

Calls 1

postFunction · 0.90

Tested by

no test coverage detected