context_expire
Delete a saved context immediately by providing its key and app ID. Removes the record now, returning true if deleted or false if the key did not exist.
Instructions
Delete one of your saved contexts immediately, ahead of any TTL. Returns {expired: true} if a record was removed, false if the key didn't exist. Scoped to your app_id — you cannot expire another app's context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| app_id | Yes |