Pterodactyl API v1
Account

Remove SSH key

Removes an SSH key from the user's account by its fingerprint

POST/api/client/account/ssh-keys/remove

Authorization

ClientToken
AuthorizationBearer <token>

Client API key (generated at /account/api)

In: header

Request Body

application/json

fingerprint*string

The fingerprint of the SSH key to remove

Response Body

curl -X POST "https://pterodactyl.file.properties/api/client/account/ssh-keys/remove" \  -H "Authorization: Bearer ptlc_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \  -H "Accept: application/json" \  -H "Content-Type: application/json" \  -d '{  "fingerprint": "jwNan4mvlewsaCP5p7YKVgALQGUBiOCcKViJIGIrktQ"}'
Empty