Skip to main content
The Connection.Triggers.Delete component manages the connection deletion process. It provides:
  • Custom deletion UI integration
  • Connection state management
  • Callback system for deletion events
  • Error handling

Installation

Usage

Props

ReactElement
required
A valid React element that will trigger the deletion action. Must accept onClick and onKeyDown event handlers.
string
required
A session token for the connection to be deleted.
object

Internationalization

The component supports internationalization for error messages through:
  • triggers.delete.errors.missingToken
  • triggers.delete.errors.missingMethod
  • triggers.delete.errors.invalidChildren