Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
This resource address deletes the specified App Server from the specified group.
Request Headers | |
---|---|
Accept | The expected MIME type of the request body. If
the format? parameter is present, it takes precedence over the Accept header.
|
Upon success, MarkLogic Server returns a status code 202 (Accepted) if the
request causes a restart, or status code 204 (No Content) if the request does not cause a
restart. When 202 is returned, the standard restart
payload body is also
returned. If the payload is malformed or the group doesn't exist, a status code of 400 (Bad
Request) is returned. A status code of 401 (Unauthorized) is returned if the user does not
have the necessary privileges.
manage-admin
role, or the following
privilege: http://marklogic.com/xdmp/privileges/manage-admin
curl -X DELETE --anyauth -u $admin:$admin -H "Content-Type: application/json" \ http://localhost:8002/manage/v2/servers/myServer?group-id=Default&format=json ==> Deletes the HTTP App Server, named "myServer," from the Default group.
Comments