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

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

async function run() {
  await latitudesh.teamMembers.delete({
    userId: "user_0MoLqJEYd57pY",
  });


}

run();
{
  "meta": {}
}

Authorizations

Authorization
string
header
required

Path Parameters

user_id
string
required

The user ID

Response

200 - application/vnd.api+json

Success