Skip to main content

Delete user by ID

DELETE 

/users/:userId

Remove a user from the system by their internal ID.

Note that the response body is empty on a successful 204 response.

Deletes cannot be undone

This action is irreversible and cannot be undone. Please be certain you want to delete the user record before proceeding.

Required abilities

This operation requires the User - Delete ability, or Authority - Administrator.

Request

Responses

The object was successfully deleted. The response body is empty.