This resource address deletes the configuration for the named target from the named flexible replication configuration for the database. The database can be identified either by id or name.
Request Headers | |
---|---|
Accept | The expected MIME type of the response. If the
format parameter is present, it takes precedence over the Accept header.
|
Upon success, a status code of 200 (OK) 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 --header "Content-Type:application/json" \ http://localhost:8002/manage/v2/databases/Documents/flexrep/configs/myFlexConfig/targets/docs2go ==> Deletes the configuration foth the "docs2go" target from the "myFlexConfig" configuration from the "Documents" database.
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.