---
title: "Untrack one or more keywords"
method: POST
path: "/v3/rank-tracking/keywords/untrack"
tags: ["Rank Tracking"]
---

# Untrack one or more keywords

`POST /v3/rank-tracking/keywords/untrack`

Remove a keyword from rank tracking by ID or list of IDs.

## Request body

- union
  - object
    - `teamId` string — Team ID
    - `id` string, required — Single keyword ID to untrack
    - `ids` string[] — Multiple keyword IDs to untrack
  - object
    - `teamId` string — Team ID
    - `id` string — Single keyword ID to untrack
    - `ids` string[], required — Multiple keyword IDs to untrack

## Response `200`

Default Response

- object
  - `success` boolean
  - `untracked` number

## Other responses

- `400` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.net/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/snowseo/snowseo-api/revisions/c6b2fabd21be/schema)
