Back to Microsoft SharePoint Integrations
Handler · Version 1

SharePoint List Item Delete Microsoft SharePoint

Download GitHub

About

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.
Configurations
Name Description Sample
username The username of the Sharepoint account.
password The password of the Sharepoint account. *********
domain The domain of the Sharepoint server that will be used for authentication.
sharepoint_location The location/url of the main sharepoint site
enable_debug_logging Enable debug logging if the value is set to 'Yes'. No
Parameters
Name Description Sample
List Name The name of the list to delete the item from. Sample List
Item Id The id of the item to delete. 3
Changelog

Sharepoint List Item Delete V1 (2017-12-21)

  • Initial version. See README for details.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top