MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / delete

Method delete

test/data/graphql/models.js:25–27  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

23 }
24
25 delete(id) {
26 return this.api.delete(`/users/${id}`).then(() => id);
27 }
28}
29
30export const userModel = new User();

Callers 5

setupRoutesMethod · 0.80
_passedMethod · 0.80
saveVideoForPageFunction · 0.80
deleteUserFunction · 0.80
server.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected