Skip to content
Ona Docs

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.

Body ParametersJSONExpand Collapse
userId: optional string
formatuuid

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
{}