Remove all named query options.
Upon successful removal, MarkLogic returns status 204 (Deleted).
rest-admin
role, or the
following privileges:
http://marklogic.com/xdmp/privileges/rest-admin
http://marklogic.com/xdmp/privileges/rest-writer
http://marklogic.com/xdmp/privileges/rest-reader
$ curl --anyauth --user user:password -X DELETE -i \ http://localhost:8000/v1/config/query ==> All installed options are removed. The following headers are returned: Server: MarkLogic Content-Type: text/plain; charset=UTF-8 Content-Length: 31 Connection: close HTTP/1.1 204 Deleted Server: MarkLogic Content-Length: 0 Connection: close