Skip to main content
DELETE
/
ssh_keys
/
{ssh_key_id}
Delete SSH Key
curl --request DELETE \
  --url https://api.cloud.onidel.com/ssh_keys/{ssh_key_id} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Provide the value as: Token <your-api-token>

Path Parameters

ssh_key_id
string<uuid>
required

SSH Key UUID

Query Parameters

team_id
string<uuid>

Team ID

Response

SSH key deleted successfully