Authorizations
Response
200 - application/vnd.api+json
Success
The response is of type file
.
curl --request DELETE \
--url https://api.latitude.sh/projects/{project_id}/ssh_keys/{ssh_key_id} \
--header 'Authorization: <api-key>'
{
"meta": {}
}
Allow you remove SSH Keys in a project. Remove a SSH Key from the project won’t revoke the SSH Keys access for previously deploy and reinstall actions.
curl --request DELETE \
--url https://api.latitude.sh/projects/{project_id}/ssh_keys/{ssh_key_id} \
--header 'Authorization: <api-key>'
{
"meta": {}
}
Success
The response is of type file
.
Was this page helpful?