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

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

async function run() {
  await latitudesh.servers.unscheduleDeletion({
    serverId: "<id>",
  });


}

run();

Authorizations

Authorization
string
header
required

Path Parameters

server_id
string
required

Response

204

No Content