SP.ListItem.recycle Method (sp.js)

Moves the list item to the Recycle Bin and returns the identifier of the new Recycle Bin item.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

SP.ListItem.recycle()

Return value

Type: SP.GuidResult

REST resource endpoint

See ListItem resource for more information.

Endpoint URI structure

http://<sitecollection>/<site>/_api/web/lists(listid)/items(itemid)/recycle()

HTTP requests

This resource supports the following HTTP commands:

  • POST

POST syntax

POST http://<sitecollection>/<site>/_api/web/lists(listid)/items(itemid)/recycle()