• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.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