Skip to main content
DELETE
/
auth
/
api_keys
/
{api_key_id}
Typescript (SDK)
import { Latitudesh } from "latitudesh-typescript-sdk";

const latitudesh = new Latitudesh({
  bearer: process.env["LATITUDESH_BEARER"] ?? "",
});

async function run() {
  await latitudesh.apiKeys.delete({
    apiKeyId: "tok_x1ZJrdx5qg4LV",
  });


}

run();
{
  "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.