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_xkjQwdENqYNVP")

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

Authorizations

Authorization
string
header
required

Path Parameters

api_key_id
string
required

Response

200 - application/vnd.api+json

Success

The response is of type file.

I