Skip to main content
DELETE
/
api
/
ssh-keys
/
{id}
Delete an SSH key from your account. The key is automatically removed from all running workspaces.
curl --request DELETE \
  --url https://api.rigbox.dev/api/ssh-keys/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

SSH key ID

Response

200 - application/json

SSH key deleted

Generic success envelope — used across all domains.

message
string
required