DeleteUser
users.delete_user(UserDeleteUserParams**kwargs) -> object
POST/gitpod.v1.UserService/DeleteUser
Deletes a user. If the User comes from an organization’s SSO provider, the Account will also be deleted.
DeleteUser
import os
from gitpod import Gitpod
client = Gitpod(
bearer_token=os.environ.get("GITPOD_API_KEY"), # This is the default and can be omitted
)
response = client.users.delete_user()
print(response){}Returns Examples
{}