This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

API to delete user

I am trying to use the API to remove users but it doesn't seem to work.

I get the result below but the user remains on the firewall still:

<?xml version="1.0" encoding="UTF-8"?>
-<Response IPS_CAT_VER="1" APIVersion="1800.2">
-<Login>
<status>Authentication Successful</status>
</Login>
-<User transactionid="">
<Status code="200">Configuration applied successfully.</Status>
</User>
</Response>

The XML code i'm using looks like this:

https://xxx.xxx.xxx:4444/webconsole/APIController?reqxml=<Request><Login><Username>admin</Username><Password passwordform="encrypt">123456789abc</Password></Login><Remove><User><Username>abc.abc</Username><Name>abc.abc@email.com</Name></User></Remove></Request>
Where am I going wrong?


This thread was automatically locked due to age.