Delete a UI message by ID from the UI state.
This function creates and sends a message to remove a UI component from the current state. It also updates the graph state to remove the UI message.
delete_ui_message(
id: str,
*,
state_key: str = 'ui'
) -> RemoveUIMessageExample:
delete_ui_message("message-123")