Skip to main content
DELETE
/
account
/
sshKeys
/
{sshKeyId}
Delete SSH Key
curl --request DELETE \
  --url https://servers.flashrdp.com/api/account/sshKeys/{sshKeyId} \
  --header 'Accept: <accept>' \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Headers

Accept
enum<string>
required
Available options:
application/json

Path Parameters

sshKeyId
string
required

Response

The response is of type object.

Last modified on June 20, 2026