Skip to main content
DELETE
/
keys
/
{id}
Delete an SSH key
curl --request DELETE \
  --url https://api.thundercompute.com:8443/v1/keys/{id} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

SSH Key ID

Body

application/json

The body is of type object.

Response

OK

message
string