DeleteUser
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
curl https://app.gitpod.io/api/gitpod.v1.UserService/DeleteUser \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $GITPOD_API_KEY" \
-d '{}'{}Returns Examples
{}