Typescript
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": {} }
Delete an existing API Key. Once deleted, the API Key can no longer be used to access the API.
Success
The response is of type file.
file
Was this page helpful?