• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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