• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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