Delete a UserAdmin Scope
Note: Ensure you have installed the required package to use this SDK method.
The end-user of a Catalyst application can be deleted to discontinue accessing the application. This is done through deleteUser() method, in which the User ID of the user who is to be deleted is passed as a parameter. The promise returned here will be resolved to an object which is a JSON.
The userManagement reference used in the code snippet below is the component instance.
copy
const deletedUser = await userManagement.deleteUser(1510000000109587);
console.log(deletedUser);
Last Updated 2026-07-02 14:51:41 +0530 IST
Yes
No
Send your feedback to us
Skip
Submit