MCPcopy Index your code
hub / github.com/parse-community/parse-server / handleDelete

Method handleDelete

src/Routers/ClassesRouter.js:144–150  ·  view source on GitHub ↗
(req)

Source from the content-addressed store, hash-verified

142 }
143
144 handleDelete(req) {
145 return rest
146 .del(req.config, req.auth, this.className(req), req.params.objectId, req.info.context)
147 .then(() => {
148 return { response: {} };
149 });
150 }
151
152 static JSONFromQuery(query) {
153 const json = {};

Callers 1

mountRoutesMethod · 0.95

Calls 2

classNameMethod · 0.95
delMethod · 0.45

Tested by

no test coverage detected