SP.Folder.recycle Method (sp.js)

Moves the list folder 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.Folder.recycle()

Return value

Type: SP.GuidResult

REST resource endpoint

See Folder resource for more information.

Endpoint URI structure

http://<sitecollection>/<site>/_api/web/folders/getbyurl(folderrelativeurl)/recycle()

HTTP requests

This resource supports the following HTTP commands:

  • POST

POST syntax

POST http://<sitecollection>/<site>/_api/web/folders/getbyurl(folderrelativeurl)/recycle()