SharePoint List Item Delete
Version 1
This handler deletes an item on a given Sharepoint list using the REST API and basic authentication. The item to be deleted is determined based on the item id that is passed (a standard id is an integer) and the list name. Any errors that happen during the call are caught and re-raised and the handler will return an empty result set after the end of a successful deletion.
- Make sure the SharePoint Web Services database is turned on.
Parameters
Name |
Description |
List Name |
The name of the list to delete the item from. |
Item Id |
The id of the item to delete. |
Sample Configuration
Name |
Description |
List Name |
Sample List |
Item Id |
3 |
Results
This handler does not return any results.
Changelog
Sharepoint List Item Delete V1 (2017-12-21)
- Initial version. See README for details.
Related Handlers
- Sharepoint Task Create
- This handler creates a new announcement in the SharePoint Tasks list
- Sharepoint Contact Create
- This handler creates a new contact in the SharePoint Contact list
- Sharepoint Discussion Board Post
- This handler creates a new post in a SharePoint Discussion Board
- Sharepoint Document Create
- This handler creates a document and then uploads it to a document library
- Sharepoint Document Upload
- This handler uploads a document to a document library
- Sharepoint Event Create
- This handler creates a new event within a SharePoint Calendar.
- Sharepoint Issue Item Add
- This handler creates a new issue in a SharePoint Issue Tracking list
- Sharepoint Link Item Add
- This handler creates a new link item in the SharePoint Links list
- SharePoint List Item Add
- Creates an items for a given list in SharePoint using the REST API.
- SharePoint List Item Update
- Updates an items on a given list in SharePoint using the REST API.
- SharePoint List Items Retrieve
- Retrieves the items from a list SharePoint list using the REST API.
- Sharepoint List Retrieve
- This handler retrieves the contents of a list from the configured Sharepoint site and returns a JSON representation of the data.
- Sharepoint Site Create
- This handler adds a new Site to a SharePoint top level site.
- Sharepoint Task Create
- This handler creates a new task in the SharePoint Tasks list