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
curl --request DELETE \
--url https://api.thundercompute.com:8443/v1/keys/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'{
"message": "<string>"
}Was this page helpful?