Soft-deletes an SSH key. Key must belong to the authenticated user.
cURL
curl --request DELETE \ --url https://cloud-api.phala.com/api/v1/user/ssh-keys/{key_id}
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
SSH key hashid
Key deleted
Was this page helpful?