Delete an SSH key pair
Function
This API is used to delete an SSH key pair.
URI
DELETE /v3/{project_id}/keypairs/{keypair_name}
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
project_id |
Yes |
String |
Project ID. |
|
keypair_name |
Yes |
String |
Key pair name. |
Request Parameters
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
X-Auth-Token |
Yes |
String |
User token. The token can be obtained by calling the IAM API (value of X-Subject-Token in the response header). |
Response Parameters
Status code: 400
|
Parameter |
Type |
Description |
|---|---|---|
|
error_code |
String |
Error code. |
|
error_msg |
String |
Error message. |
Example Requests
None
Example Responses
Status code: 400
Error occurred.
{
"error_code" : "KPS.XXX",
"error_msg" : "XXX"
}
Status Codes
|
Status Code |
Description |
|---|---|
|
204 |
OK. |
|
400 |
Error occurred. |
Error Codes
See Error Codes.
Last Article: Query SSH key pair details
Next Article: Update SSH key pair description
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.