DELETE
/
users
/
sshKeys
/
{id}
Delete SSH key
curl --request DELETE \
  --url https://api.vexelia.com/users/sshKeys/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Your API key goes here, you can generate one in your account settings.

Path Parameters

id
string<uuid>
required

The ID of the SSH key

Response

200

The SSH key was deleted