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 named database
(name
) from the named package (pkgname
).
Upon success, MarkLogic Server returns status code 204 (No Content).
manage-admin
role, or the
following privilege:
http://marklogic.com/xdmp/privileges/manage
curl -X DELETE --digest -u admin:admin -H "Content-type: application/xml" \ "http://localhost:8002/manage/v2/packages/test-package/databases/Documents" ==> Deletes the 'Documents' database from the "test-package" package.
Comments