cURL
curl --request DELETE \ --url https://console.cloudblast.io/api/v2/ssh-keys/{id} \ --header 'Authorization: Bearer <token>'
{ "error": { "code": "UNAUTHENTICATED", "message": "Missing or invalid Authorization header. Use: Authorization: Bearer <token>" } }
Removes an SSH key from your account.
API token from your CloudBlast account settings. Pass as Authorization: Bearer <token>.
Authorization: Bearer <token>
SSH key ID
SSH key deleted