Documentation navigation

Auth

Delete a user

DELETE/auth/admin/users/{user_id}

Deletes or soft-deletes one user through the Auth admin API.

Parameters

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

Returns