• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

PLESK 8.1.0 XML API {Disable email account}

K

khurram_awan

Guest
hi anyone can tell me how i can disable email account using PLESK XML api
I am using Following code and getting error "Parser error: Request is invalid "

<?xml version="1.0" encoding="UTF-8"?>
<packet version="1.4.1.0">
<mail>
<DISABLE>
<filter>
<domain_id>1</domain_id>
<mailname>
<name>TEST</name>
</mailname>
</filter>
</DISABLE>
</mail>
</packet>
 
Back
Top