Skip to main content
DELETE
/
v1
/
ssh_keys
/
{ssh_key_id}
Delete Ssh Key
curl --request DELETE \
  --url https://api.example.com/v1/ssh_keys/{ssh_key_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

xi-api-key
string | null

Path Parameters

ssh_key_id
string
required

Response

Successful Response