...
...
...
...
...
...
...
...
...
...
Note | ||
---|---|---|
| ||
The response of DeleteListmethod is different from many other MailUpSend methods because it includes "errorCode" only when call is not successful. If this inconsistency is critical for your client application you can use DeleteList_st method instead. DeleteList_st is the recommended choice if you are starting a new integration with MailUp. |
Method parameters
DeleteList method allows to delete one or more lists in MailUp, with all the related data.
...
- If listId value > 0, the corresponding list is deleted. Values provided via autoId are ignored.
- If listId value =< 0 and autoId is defined, all the lists associated to the external identifier provided via autoId are deleted.
...
- .
Sample DeleteList response
Code Block | ||||
---|---|---|---|---|
| ||||
<DeleteList> <Lists> <List Id ="X"/> </Lists> </DeleteList > |
The XML string will have the following features:
- A root node <DeleteLists>.
- A node <Lists>, contained in the root node.
- A node <List> with the Id attribute containing the identifier of the deleted list
...
The XML string will have the following features:
- A root node <DeleteList>.
- A node <Error>, contained in the root node, returning the error message.
...