POST
/
account
/
ssh-keys
/
remove
Delete ssh keys
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>"
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

204
application/json

No content

The response is of type string[].