logo_smallAxellero.io

Remove Role

Delete a role from the AUTH module.

Remove a role from the authentication system.

Configuration

Inputs

NameCodeTypeRequiredDescription
IDidTextYesRole ID to remove

Outputs

NameTypeDescription
successBooleanOperation success
errorTextError message if failed

Usage

{
  "id": "role-uuid-to-delete"
}

Considerations

  • Users with this role will lose associated permissions
  • Consider reassigning users before deletion
  • Built-in system roles may not be removable