context_expire
Delete a saved context immediately, ahead of its TTL. Scoped to your app_id: returns true if removed, false if the key doesn't 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 |