Skip to main content
DELETE
/
ssh-keys
/
{id}
Delete an SSH key
curl --request DELETE \
  --url https://console.cloudblast.io/api/v2/ssh-keys/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "UNAUTHENTICATED",
    "message": "Missing or invalid Authorization header. Use: Authorization: Bearer <token>"
  }
}

Authorizations

Authorization
string
header
required

API token from your CloudBlast account settings. Pass as Authorization: Bearer <token>.

Path Parameters

id
integer
required

SSH key ID

Response

SSH key deleted