The completed query is not deleting using curl (REST)?

curl -u Administrator:123456 -X DELETE http://127.0.0.1:8093/admin/active_requests/6b539521-4c18-456c-bb44-2dbcd4105a8a

(and that uuid got by running query in UI: select uuid() from system:completed_requests; )

error:
{“caller”:“admin_accounting_endpoint:621”,“code”:1130,“key”:“service.io.request.type”,“message”:“Request 6b539521-4c18-456c-bb44-2dbcd4105a8a is not a http request”}

you need to be consistent completed_requests or active_requests both places

if u got uuid from completed_requests you can delete from completed_requests…

During execution it goes into active_requests once completed and satisfies threshold it moves into completed_requests

https://docs.couchbase.com/server/5.5/monitoring/monitoring-n1ql-query.html#sys-completed-req