MCPcopy Create free account
hub / github.com/parse-community/parse-server / deleteObject

Function deleteObject

src/GraphQL/helpers/objectsMutations.js:22–25  ·  view source on GitHub ↗
(className, objectId, config, auth, info)

Source from the content-addressed store, hash-verified

20};
21
22const deleteObject = async (className, objectId, config, auth, info) => {
23 await rest.del(config, auth, className, objectId, info.context);
24 return true;
25};
26
27export { createObject, updateObject, deleteObject };

Callers

nothing calls this directly

Calls 1

delMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…