DELETE User Store
Removes User Store from the Secure Proxy Configuration Manager.
With the deleteUserStore/{User Store Name} method, you can delete a User Store on the Secure Proxy Configuration Manager.
This API method requires authentication. The authentication token that is generated at login must be passed in through the "X-Authentication" header.
| Method | Resource | URI | Description |
|---|---|---|---|
| DELETE |
User StoreName |
/sspcmrest/sspcm/rest/userStore/deleteUserStore/{User Store Name} |
Deletes the User Store from the IBM Secure Proxy Configuration Manager. |
| Parameter | Required or Optional | Description | Validation | Valid values |
|---|---|---|---|---|
User Store Name |
Required |
Removes a User Store from the Secure Proxy Configuration Manager. |
Must be a non-empty string |
A-Z a-z 0-9 ._- |
HTTP User Store request
The following example shows the HTTP request.
DELETE https://localhost:8443/sspcmrest/sspcm/rest/userStore/
deleteUserStore/UserStore2
XML User Store 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>userStoreDef MyUserStore deleted.</message>
<messageLevel>INFO</messageLevel>
<results/>
</XmlResponse>