ByCloud Docs
GuidesCLIAPISDK
delete/v1/keypairs/{keypair_name}

Delete keypair

Delete a keypair

Path Parameters

keypair_name

stringrequired

path

Keypair name

Example: "my-keypair"

Responses

204

Request successful, no content returned

401

Authentication required or token invalid

Content-Type: application/json

error

objectrequired
404

Resource not found

Content-Type: application/json

error

objectrequired
500

Internal server error

Content-Type: application/json

error

objectrequired
curl -X DELETE "https://api.spo1.mycloud.com/v1/keypairs/string" \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN" \
-H "Content-Type: application/json"