cURL
curl --request DELETE \ --url https://api.rigbox.dev/api/ssh-keys/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Remove an SSH key from your account.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
SSH key ID
SSH key deleted
Generic success envelope — used across all domains.