Deleting records from Salesforce via Mulesoft ESB
问题 I am trying to delete list of records from Salesforce via Mulesoft ESB. I have already create an example project on github and the flow xml can be found here. The xml snippet for deleting records is below: <sfdc:delete config-ref="Salesforce__Basic_authentication" doc:name="Salesforce"> <sfdc:ids ref="#[payload]" /> </sfdc:delete> where, payload data type is List of string. While deleting the records I am getting below exception: ERROR 2015-11-05 23:39:39,755 [[tutorial].HTTP_Listener