Skip to main content
DELETE
/
api
/
v1
/
user
/
ssh-keys
/
{key_id}
Delete SSH key
curl --request DELETE \
  --url https://cloud-api.phala.com/api/v1/user/ssh-keys/{key_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

key_id
string
required

SSH key hashid

Response

Key deleted