Delete an SSL key configuration (DELETE)
This DELETE command deletes the key configuration for the specified name and mapping (server IP/range of IPs and port/range port ports). If no other mapping exists for the key, the command also deletes the key material.
Request parameters
Parameter name | Description | Example |
---|---|---|
key-name* | Name of SSL key configuration to delete. Do not provide the key material file name. | key-name=privateKey |
server-ip* | IP address or range of IP addresses of the server(s) for which the key applies. Possible input options include:
| server-ip="172.10.1.*" |
server-port* | Port or range of ports of the server for which the key applies. Possible input options include:
| server-port="443" |
usr* | User name that initiates the request. The specified user must have security-level access. | usr=security |
pwd* | Password of the security user that initiates the request. | pwd=ytiruces |
* Required parameter
Request syntax
Sample responses
<status result="success" />
</response>
<status result="failure">
<msg code="xxxx" severity="error">
<![CDATA[Error message]]>
</msg>
</status>
</response>
Related topics
Composing-requests-in-configuration-APIs
SSL-Key-Management-API-commands