from latitudesh_python_sdk import Latitudesh
import os
with Latitudesh(
bearer=os.getenv("LATITUDESH_BEARER", ""),
) as latitudesh:
latitudesh.teams_members.remove_member(user_id="user_0MoLqJEYd57pY")
# Use the SDK ...{
"meta": {}
}from latitudesh_python_sdk import Latitudesh
import os
with Latitudesh(
bearer=os.getenv("LATITUDESH_BEARER", ""),
) as latitudesh:
latitudesh.teams_members.remove_member(user_id="user_0MoLqJEYd57pY")
# Use the SDK ...{
"meta": {}
}Was this page helpful?