Skip to main content
Version: Next

Delete User

Audience: Citizen Developer

Skill Prerequisites: User Management

This action deletes users loaded into the current context when the action is called. By default, this will be the currently logged in user unless a different user or list of users has been loaded into context.

Typical Use Cases

  • Give a user the option of deleting their own account.
  • Use in a custom User Management Grid to Delete multiple selected users.
Action NameDescription
Load UserUse this action to load the user(s) you wish to delete.
Load Users From SQLUse this action to load a user or users into context by running a query that returns a list of the User IDs, Emails, or user names of the user(s) you wish to delete.

Input Parameter Reference

The parameters unique to this action are listed below. Review the common parameters for all actions here.

note

Whether or not the Hard Delete option listed below is selected, this action will run on all users loaded in the current context. Please consider using this action on a confirmation button (in forms), or enabling Ask For Confirmation (in grids).

ParameterDescriptionSupports TokensDefaultRequired
Hard DeleteEnable this option to delete the user from the database completely. Otherwise, the user is only removed from the current portal.NofalseNo