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

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

async function run() {
  await latitudesh.projects.delete({
    projectId: "<id>",
  });


}

run();

Authorizations

Authorization
string
header
required

Path Parameters

project_id
string
required

The project ID or Slug

Response

204

No Content