Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 389 Bytes

File metadata and controls

15 lines (12 loc) · 389 Bytes

Example HTTP Request

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.