forget
forgets / erases a variable from memory
Overview
The forget
action is part of the variables set in Rhyme. forgets / erases a variable from memory. forgets / erases a variable from memory
Category: Variables
Area: 🌐 External Integration
Basic Usage
forget "Example usage"
Parameters
Documentation for this action’s parameters is coming soon.
Examples
Example 1: Basic Usage
forget "Example usage"
Example 2: With Variables
$my-variable: "some value"
forget $my-variable
Tips
- This action is part of the variables set
- Common use case: Connecting to external services
Related Actions
Related actions from the variables set will be listed here.