List - Delete

DELETE LIST

 

Description

Deletes a list.

Returns

Success message or Error

 

XML Tags

Required:
<listid> id of list

 

CALLING SAMPLE
<criticalimpact>
<login>
<username>username_here</username>
<password>password_here</password>
</login>
<command>
<action>listdelete</action>
<listid>12345</listid>
</command>
</criticalimpact>
 
RETURN SAMPLE (SUCCESSFUL)
<criticalimpact>
<description>List Deleted</description>
</criticalimpact>

 

RETURN SAMPLE (FAILURE)

<criticalimpact>
        <error>
        <description>You do not have permission to access this data</description>
        <id>0</id>
        </error>
</criticalimpact>