Skip to content

Delete a user

DELETE
/api/v4/users/{id}

Deletes a user. Administrators only.

id
required
integer

The ID of the user

hard_delete
boolean
nullable

Whether to remove a user’s contributions

No Content

Media type application/json
object
id
string
email
string
confirmed_at
string
Example generated
{
"id": "example",
"email": "example",
"confirmed_at": "example"
}

Bad Request

Not Found