Reset all MarkLogic REST API instance configuration properties to their default values.
Upon success, MarkLogic Server returns status 204 (Reset).
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
All properties are reset to their default values.
For more details, see Configuring Instance Properties in the REST Application Developer's Guide.
$ curl --anyauth --user user:password -X DELETE -i \ http://localhost:8000/v1/config/properties ==> All configuration properties are reset to default values.