WS_MailUpManage.DeleteList

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>