Skip to main content
DELETE
/
project
/
{project_id}
/
ssh-public-key
/
{ssh_public_key_reference}
Delete a specific SSH public key
curl --request DELETE \
  --url https://api.ubicloud.com/project/{project_id}/ssh-public-key/{ssh_public_key_reference} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

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

Path Parameters

project_id
string
required

ID of the project

Example:

"pjkkmx0f2vke4h36nk9cm8v8q0"

ssh_public_key_reference
string
required

SSH public key ID or name

Response

An empty response after successful resource delete

I