Skip to main content
DELETE
/
ssh_keys
/
{ssh_key_id}
Delete SSH Key
curl --request DELETE \
  --url https://api.hypercore.vn/ssh_keys/{ssh_key_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth 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