Skip to main content
DELETE
/
ssh_keys
/
{ssh_key_id}
Python (SDK)
from latitudesh_python_sdk import Latitudesh
import os


with Latitudesh(
    bearer=os.getenv("LATITUDESH_BEARER", ""),
) as latitudesh:

    latitudesh.ssh_keys.delete_ssh_key(ssh_key_id="ssh_zlkg1DegdvZE5")

    # Use the SDK ...
{
  "meta": {}
}

Authorizations

Authorization
string
header
required

Path Parameters

ssh_key_id
string
required

Response

200 - application/vnd.api+json

Success

The response is of type file.

I