untrack_keyword
Stop tracking a keyword for an app while preserving its historical ranking data. Re-adding the keyword reactivates tracking, and repeated removals are handled gracefully.
Instructions
Stop tracking a keyword for the specified app (soft delete). The historical ranking data is preserved; re-adding the same keyword reactivates the row. Idempotent: calling on an already-removed row returns success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | The application internal ID (numeric, from list_keywords results) | |
| keyword_id | Yes | The keyword internal ID (numeric, from list_keywords results) |