Skip to content
jordanryanmoore edited this page May 12, 2011 · 2 revisions

Description

Deletes the specified key pair, by removing the public key from Amazon EC2. You must own the key pair.

Request

Property Type Description Required
keyName String Name of the key pair to delete. yes

Response

Property Type Description
requestId String The ID of the request.
return Boolean Returns true if the request succeeds. Otherwise, returns an error.

Example Request

{
  keyName: "gsg-keypair",
}

Example Response

{
  requestId: "59dbff89-35bd-4eac-99ed-be587EXAMPLE",
  return: true,
}

References

Clone this wiki locally