cURL
curl --request POST \ --url https://dashboard.gratian.pro/api/client/account/ssh-keys/remove \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "fingerprint": "<string>" }'
[ "<string>" ]
Deletes an SSH key from the user’s account.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
No content
The response is of type string[].
string[]