## 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 Parameters - `userId: optional string` ### Example ```http curl https://app.gitpod.io/api/gitpod.v1.UserService/DeleteUser \ -H 'Content-Type: application/json' \ -H "Authorization: Bearer $GITPOD_API_KEY" \ -d '{}' ``` #### Response ```json {} ```