Skip to content
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.

Items: Delete an item share

natasab edited this page Dec 23, 2014 · 1 revision

##DELETE /items/:id/shares/:shareid Deletes a share with identifier :shareid in the item with identifier :id

####Response status codes #####204 No Content Successful deletion of the item share with provided :shareid

#####404 Not found The share with provided :shareid is not found (does not exist)

#####401 Unauthorized Authentication is necessary to delete this item share

#####403 Forbidden Wrong credentials provided to delete this item share

###Response By successfull deletion

   204 No Content

is delivered as response

Clone this wiki locally