Delete a List using NINTEX Workflow in SharePoint 2013 Online

Please refer my previous article to learn more about creating NINTEX workflow.

We will be deleting a list from SharePoint site by calling the web service _vti_bin/lists.asmx. I have created a list which has Name – Single line of text (used to specify the list name that has to be deleted).

Workflow Design:

 

Web Request Action:

 


Soap Action:
 


Result:
 
The specified list is deleted successfully from the SharePoint site.