Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/parse-community/parse-server
/ deleteJob
Method
deleteJob
src/Routers/CloudCodeRouter.js:113–122 ·
view source on GitHub ↗
(req)
Source
from the content-addressed store, hash-verified
111
}
112
113
static deleteJob(req) {
114
const
{ objectId } = req.params;
115
return
rest
116
.del(req.config, req.auth,
'_JobSchedule'
, objectId, req.info.context)
117
.then(response => {
118
return
{
119
response,
120
};
121
});
122
}
123
}
Callers
nothing calls this directly
Calls
1
del
Method · 0.45
Tested by
no test coverage detected