Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Cancella una lista.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
Info
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

Code Block
languagehtml/xml
titleSOAP Response
linenumberstrue
<DeleteListResult>
  <errorCode>0</errorCode>
  <errorDescription></errorDescription> 
</DeleteListResult>