DELETE /dashboard/account/ssh-keys/{id}

Delete SSH key

Deletes an SSH key.

Parameters

NameTypeInDescription
id*
integerpathThe SSH key ID

Response

200
404
successboolean

Request

curl -X DELETE "https://api.royalehosting.net/dashboard/account/ssh-keys/{id}" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "x-organization-id: YOUR_ORG_ID"

Response

{
  "success": true
}