Skip to main content
DELETE
/
ssh
/
key
/
destroy
/
{key_id}
{
  "status": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

key_id
string
required

SSH key ID to destroy

Response

Successful Response

Response model for SSH key destroy endpoint.

status
string
required
Allowed value: "success"
message
string
required
I