context_expire
Delete a saved context immediately before its TTL; returns true if removed, false if absent. Scoped to your app_id.
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 |