Skip to main content
DELETE
/
auth
/
api_keys
/
{api_key_id}
Python (SDK)
from latitudesh_python_sdk import Latitudesh
import os


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

    latitudesh.api_keys.delete(api_key_id="tok_lQraYDPeOpjwW")

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

Documentation Index

Fetch the complete documentation index at: https://www.latitude.sh/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Path Parameters

api_key_id
string
required

Response

200 - application/vnd.api+json

Success