Skip to main content

Delete

When the Delete action is triggered for a Mail Service, a confirmation popup appears.


Confirmation Popup

The popup contains the following:

  • Message:

    • “Are you sure you want to delete this Mail Service?”
  • Buttons:

    • Cancel → Closes the popup without making any changes.
    • Delete → Permanently deletes the selected Mail Service.

Behavior

  • If Cancel is clicked → The popup closes and no action is performed.
  • If Delete is clicked → The Mail Service is removed from the system.
  • After successful deletion → The user is redirected back to the Mail Services list with a success message/notification.
  • If deletion fails (e.g., server error) → Show an error message.