Expand my Community achievements bar.

Adobe Campaign User Groups are live now. Join our Adobe Campaign User Groups and connect with your local leaders!
SOLVED

How to delete recipients/workflows/deliveries using SOAP

Avatar

Level 2

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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...

 

Marcel

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

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...

 

Marcel