Keypairs
Delete key pair
Delete an SSH key pair by name.
Authorization
ApiKeyAuth X-API-Key<token>
API key for authentication. Generate from the Huddle01 Cloud dashboard.
In: header
Path Parameters
name*string
Key pair name
Header Parameters
Idempotency-Key?string
Unique key to ensure idempotent request handling
Response Body
application/json
application/json
application/json
curl -X DELETE "https://cloud.huddleapis.com/api/v1/keypairs/string"{
"message": "Operation completed successfully"
}{
"success": false,
"error": "Invalid request"
}{
"success": false,
"error": "Invalid request"
}