AAF ― Applicita LTD
  • Getting Started
  • Development
    • Key Objectives
    • Development Environment & OS
    • Architecture
    • Visual Studio Solution
    • Setup for Local Development
      • Docker & Kubernates
      • Visual Studio Host Builder
  • Web
    • Feature
      • Authentication and Authorization
        • Sign up
        • Sign In
        • Sign out
        • Remember me
        • Recovering password
      • Tenant management
        • Create tenant
        • Search tenant
        • Tenant page
          • Change basic information
          • Change administrator
          • Change branding
          • Change style
          • Change status
          • Assets
        • Delete tenant
      • User management
        • Create user
        • Search user
        • Send email
        • User page
          • Editing page sections
          • Change basic information
          • Change profile picture
          • Change role
          • Change status
        • Delete user
        • Reset users password
      • Role management
        • Create role
        • Search role
        • Role page
          • Change basic information
          • Change status
          • Revoke role
          • Change permissions
          • Interactive permissions button
        • Delete role
      • Bug reporting
  • Testing
    • Testing Environment
    • Atata
    • Architecture
      • Feature structure
      • Common
        • Attributes
        • Components
        • Controls
        • Fixtures
        • Generators
    • Example
Powered by GitBook
On this page

Was this helpful?

  1. Web
  2. Feature
  3. Role management

Delete role

PreviousInteractive permissions buttonNextBug reporting

Last updated 5 years ago

Was this helpful?

Open the for a specific role, and you will locate the delete button with the trashcan icon in the top right corner of the Role page:

Before deleting a role, you have to from all the users that have that role assigned to them. If you try to delete an assigned role, you will get a warning that this role has been assigned to someone or that this is a system reserved role which cannot be deleted.

Make sure to first before trying to delete it.

revoke the role
Role page
revoke it
Delete button on Role Page
Revoke role first if you want to delete it