Delete key pair
| Method | URI | Description | 
|---|---|---|
| DELETE | /v2/{tenant_id}/os-keypairs/{keypair_name}{?availability_zone} | Deletes a key pair. | 
Normal response codes: 202
Request
This table shows the URI parameters for the delete key pair request:
| Name | Type | Description | 
|---|---|---|
| {tenant_id} | String | Project ID | 
| {keypair_name} | String | The name associated with the key pair. | 
| availability_zone | String (Optional)  | 
             Availability zone for the key pair. | 
This operation does not accept a request body and does not return a response body.