Skip to main content
DELETE
/
projects
/
{project_id}
/
ssh_keys
/
{ssh_key_id}
Delete a Project SSH Key
curl --request DELETE \
  --url https://api.latitude.sh/projects/{project_id}/ssh_keys/{ssh_key_id} \
  --header 'Authorization: <api-key>'
{
  "meta": {}
}

Authorizations

Authorization
string
header
required

Path Parameters

project_id
string
required

Project ID or Slug

ssh_key_id
string
required

Response

200 - application/vnd.api+json

Success

The response is of type file.

I