DELETE Config User

Removes Config User from the Secure Proxy Configuration Manager.

With the deleteConfigUser/{Config User Name} method, you can delete a Config User on the Secure Proxy Configuration Manager.

This API method requires authentication, and therefore the authentication token generated at login must be passed in through the "X-Authentication" header.

Table 1. Delete Config User request details

Delete Config User request details.

Method Resource URI Description

DELETE

ConfigUserName

/sspcmrest/sspcm/rest/configUser/deleteConfigUser/{Config User Name}

Deletes the Config User from the IBM Secure Proxy Configuration Manager
Table 2. Delete Config User URI input parameters

Delete Config User URI input parameters

Parameter Required or Optional Description Validation Valid values

Config User Name

Required Removes a Config User from the IBM Secure Proxy Configuration Manager Must be a non-empty string A-Z a-z 0-9 ._-

Delete Config User example

The following example shows the HTTP request.

HTTP Config User request


DELETE https://localhost:8443/sspcmrest/sspcm/rest/configUser/
deleteConfigUser/ConfigUser3

XML Config User response

The following example shows the XML response.

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <XmlResponse>
    <httpCode>200</httpCode>
    <httpStatus>OK</httpStatus>
    <action>None</action>
    <message>configUserDef nmereddi deleted.</message>
    <messageLevel>INFO</messageLevel>
    <results/>
    </XmlResponse>