Hi! I'm looking into the Admin API, and I see tha...
# help
b
Hi! I'm looking into the Admin API, and I see that there is a Delete all requests in journal endpoint (DELETE /__admin/requests), however I don't see a corresponding method for that in the
Admin
class. I see that there is a deprecated Empty the request journal endpoint (POST /__admin/requests/reset) to which the corresponding
Admin
method I presume is
resetRequests()
, but nothing that would delete all requests. Am I missing something?