Delete a UI interaction

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 3분
  • Delete a UI interaction when it’s no longer needed or when you must replace it with a new version. Although UI interactions can be edited after creation, some foundational properties are intentionally locked to avoid data and runtime errors. In those cases, deletion might be required.

    시작하기 전에

    Before deleting a UI interaction, verify whether it’s currently in use. Deleting an interaction may break event-driven behavior such as button clicks or modal launches that reference it. The Usage section on the interaction's Settings page shows all pages and declarative actions that reference the interaction.

    To avoid data mismatches and runtime errors, some properties of a UI interaction can’t be changed after creation or once the interaction is in use:
    • UI interaction type
    • Input IDs and input types once the interaction is referenced by an active declarative action or page event

    Role required: ui_builder_admin

    중요사항:
    Deletion is permanent and can’t be undone. An interaction can be deleted only if it isn’t referenced by any declarative actions or page events.

    프로시저

    1. Navigate to All > Now Experience Framework > UI Builder.
    2. Select the UI interactions tab.
    3. In the search field, enter the name of the interaction you want to delete.
      그림 1. UI interactions list
      UI interactions list with search field highlighted.
    4. Select the interaction from the search results.
    5. Verify that the interaction is not in use.
      1. Open the Settings tab.
      2. Review the Usage section.
        If any declarative actions or page events are listed, the interaction can’t be deleted.
      3. Remove or update those references before proceeding.
      4. After all references are removed, return to the Settings page and confirm that the Usage section is empty before proceeding with deletion.
    6. From the Settings tab, select Delete.
      그림 2. UI interaction Settings page
      UI interactions Settings page with Delete highlighted.

    결과

    The UI interaction is permanently removed. Any component or page that previously referenced this interaction will no longer trigger its actions. Update or remove related event handlers as needed.