Usage Scenario: Data Deletion Confirmation

An administrator must obtain confirmation before permanently deleting user data.

Scenario flow:

  • The administrator clicks the “Delete” button on the user list screen.
  • In the confirmation box that opens:
    • Header: “Delete User”
    • Message: “Are you sure you want to delete this user?”
    • Icon: “warning”
    • Icon Background Color: “#FF0000”
  • If the administrator clicks “Yes,” the next action is executed.
  • If the administrator clicks “No,” the process is canceled.