cURL
curl --request DELETE \ --url https://api.hypercore.vn/ssh_keys/{ssh_key_id} \ --header 'Authorization: Bearer <token>'
Delete an SSH key
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
SSH Key UUID
Team ID
SSH key deleted successfully