Sitecore.Ship
Sitecore.Ship copied to clipboard
Add the ability to delete an item
Add the ability to delete an item via a HTTP request. The URL could have the following format:
/services/database/master/item/delete?path=/sitecore/content/home
Suggest that this is done as a POST as it changes state on the server. Will implement with a path form parameter rather than use the query string parameter.