SP.File.recycle Method (sp.js)
Moves the file 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.File.recycle()
Return value
Type: SP.GuidResult
REST resource endpoint
See File resource for more information.
Endpoint URI structure
http://<sitecollection>/<site>/_api/web/folders/getbyurl(folderrelativeurl)/files/getbyurl(filerelativeurl)/recycle()
HTTP requests
This resource supports the following HTTP commands:
- POST
POST syntax
POST http://<sitecollection>/<site>/_api/web/folders/getbyurl(folderrelativeurl)/files/getbyurl(filerelativeurl)/recycle()