Documentation navigation

Auth

Delete a user through the admin client

DELETE/auth/admin/users/{user_id}

Deletes or soft-deletes one user through client.auth.admin.

Parameters

idstring
The user UUID.
shouldSoftDelete?boolean
Whether to soft-delete the user. Defaults to false.

Returns