DeleteKeyPair
Description
Deletes the specified key pair, by removing the public key from Amazon EC2. You must own the key pair.
Request Parameters
Name | Description | Required |
---|---|---|
|
Type: |
Ancestor: None
Children: keyName
keyName
Name of the key pair to delete.
Type: xsd:string
Default: None
Ancestor: DeleteKeyPairType
Children: None
Yes
Response Elements
Name | Description |
---|---|
|
Type: DeleteKeyPairResponseType Ancestor: None Children: |
|
The ID of the request. Type: xsd:string Ancestor: Children: None |
|
Returns Type: xsd:boolean Ancestor: Children: None |
Examples
Example Request
This example deletes the gsg-keypair
key pair.
<DeleteKeyPair xmlns="http://ec2.amazonaws.com/doc/2009-08-15/"> <keyName>gsg-keypair</keyName> </DeleteKeyPair>
Example Response
<DeleteKeyPairResponse xmlns="http://ec2.amazonaws.com/doc/2009-08-15/"> <return>true</return> </DeleteKeyPairResponse>