DeleteKeyPair#

Description#

Deletes the specified key pair by removing the public key from Cloud CROC.

Request Parameters#

  • KeyName — The name of the key pair.

    • Required: Yes

    • Type: String

Response Elements#

  • requestId — The request ID

    • Type: String

  • returnTrue is returned if the request succeeds and an error otherwise.

    • Type: Boolean

Examples#

c2-ec2 DeleteKeyPair KeyName <name>