Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Current »

Deletes a list

Method parameters

  • string DeleteList(stringaccessKey, int listID)
    • accessKey: access key obtained using the LoginFromId method
    • listID: ID of the list to be deleted
IMPORTANT: at least one list must always exist in the administration console. If all the lists were deleted, the system would not allow the creation of new lists via webservices. Should this happen, the only way to fix this issue would be creating a new list in the MailUp console.

SOAP Examples

SOAP Response
<DeleteListResult>
  <errorCode>0</errorCode>
  <errorDescription></errorDescription> 
</DeleteListResult> 
  • No labels