Skip to content

Delete an enterprise user

DELETE
/api/v4/groups/{id}/enterprise_users/{user_id}

Deletes a specified enterprise user.

id
required
One of:
string

The ID or URL-encoded path of the group

user_id
required
integer

ID of user account.

hard_delete
boolean
nullable

If false, deletes the user and moves their contributions to a system-wide “Ghost User”. If true, deletes the user, their associated contributions, and any groups owned solely by the user. Default value: false.

Resource deleted

Bad Request

Not Found