Delete a Rank Radar
delete_rank_radarPermanently remove a Rank Radar and its keyword history to free daily tracked keyword quota. Requires explicit confirmation; use pause to temporarily stop tracking.
Instructions
Use this to permanently remove a Rank Radar and all of its keyword ranking history. ⚠️ Cannot be undone — there is no restore endpoint; set confirm: true only after the user approves. It does free the Daily Tracked Keywords quota those keywords held. Deleted Rank Radars are what list_rank_radars returns for status: ARCHIVED. If the user only wants to stop tracking for a while and keep the history — or asks to 'archive' the Rank Radar, which is what the DataDive API calls pausing — use pause_rank_radar instead: it frees the same quota and is reversible with resume_rank_radar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to proceed — deleting a Rank Radar destroys its ranking history permanently. Confirm with the user first. | |
| rankRadarId | Yes | The Rank Radar UUID to delete (from `list_rank_radars`). |