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

Function actionDelete

spec/PointerPermissions.spec.js:1979–1979  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1977 const actionCreate = () => new Parse.Object(className).save();
1978 const actionUpdate = obj => obj.save({ revision: 2 });
1979 const actionDelete = obj => obj.destroy();
1980 const actionAddFieldOnCreate = () =>
1981 new Parse.Object(className, { ['extra' + Date.now()]: 'field' }).save();
1982 const actionAddFieldOnUpdate = obj => obj.save({ ['another' + Date.now()]: 'field' });

Callers 1

Calls 1

destroyMethod · 0.80

Tested by

no test coverage detected