Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Latest commit

 

History

History
43 lines (35 loc) · 1.09 KB

delete-item.md

File metadata and controls

43 lines (35 loc) · 1.09 KB

Delete Item

Send an item to the trash.

Request

Response

  • Status: 200 OK

  • Body:

    {
      "href":         "http://my.cl.ly/items/1912565",
      "name":         "CloudApp",
      "private":      false,
      "subscribed":   false,
      "url":          "http://cl.ly/2wt6",
      "content_url":  "http://cl.ly/2wt6",
      "item_type":    "bookmark",
      "view_counter": 0,
      "icon":         "http://my.cl.ly/images/item_types/bookmark.png",
      "remote_url":   null,
      "redirect_url": "http://getcloudapp.com",
      "source":       "Cloud/1.5.1 CFNetwork/520.0.13 Darwin/11.0.0 (x86_64) (MacBookPro5%2C5)",
      "created_at":   "2010-10-23T21:15:21Z",
      "updated_at":   "2010-10-23T21:17:04Z",
      "deleted_at":   "2010-10-25T14:37:43Z"
    }

Example

curl --digest -u arthur@dent.com:towel \
     -H "Accept: application/json" \
     -X DELETE \
     "http://my.cl.ly/items/1912565"