How to delete recipients/workflows/deliveries using SOAP | Community
Skip to main content
Level 2
April 6, 2022
Solved

How to delete recipients/workflows/deliveries using SOAP

  • April 6, 2022
  • 1 reply
  • 713 views

Hello, 

I'm trying to delete recipients using SOAP requests but I find a way to do so. Could you help me with this one?

Thanks in advance

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Marcel_Szimonisz

Hello @othboury,

using WSDL xtk:sessionand its method Write with _operation attribute set as delete option look at the documentation here

<recipient xtkschema="nms:recipient" _operation="delete" email="rene.dupont@adobe.com" folder-id=1203 _key="@email, [@folder-id]"/>


https://experienceleague.adobe.com/docs/campaign-classic/using/configuring-campaign-classic/api/data-oriented-apis.html?lang=en#example-with-the--write--method

 

Marcel

1 reply

Marcel_Szimonisz
Community Advisor
Marcel_SzimoniszCommunity AdvisorAccepted solution
Community Advisor
April 7, 2022

Hello @othboury,

using WSDL xtk:sessionand its method Write with _operation attribute set as delete option look at the documentation here

<recipient xtkschema="nms:recipient" _operation="delete" email="rene.dupont@adobe.com" folder-id=1203 _key="@email, [@folder-id]"/>


https://experienceleague.adobe.com/docs/campaign-classic/using/configuring-campaign-classic/api/data-oriented-apis.html?lang=en#example-with-the--write--method

 

Marcel