The example below deletes the mylib library from the travel-sample.inventory scope.
curl request
curl -X DELETE \
http://localhost:8095/analytics/library/travel-sample%2Finventory/mylib \
-u Administrator:password|
Note
|
The dot separator within the scope name is converted to a slash (/), which is then URL-encoded as %2F.
|