cURL
curl --request DELETE \ --url https://api.thundercompute.com:8443/v1/keys/{id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "message": "<string>" }
Delete an SSH key by ID
SSH Key ID
The body is of type object.
object
OK
Was this page helpful?