Skip to main content
DELETE
/
ssh-keys
/
{sshKey}
Delete an SSH key
curl --request DELETE \
  --url https://console.wenium.com/api/ssh-keys/{sshKey} \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "message": "SSH Key deleted successfully."
}

Authorizations

Authorization
string
header
required

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

Path Parameters

sshKey
integer
required

Response

200 - application/json

Key deleted

status
boolean
Example:

true

message
string
Example:

"SSH Key deleted successfully."