Delete/Reset job from API
Closed this issue · 4 comments
jayarjo commented
Was there any reason why this didn't make it into API?
Krinkle commented
It did make it into the API. All actions are now separated and in OOP structure. By design every action is also available in the API.
See also API and ./inc/actions
.
Krinkle commented
Based on the PR you just showed me, I see what you mean. It uses the session, which means you can't do it from the API unless you're logged in already through the web interface. Go for it :)