Skip to main content
POST
/
v3
/
rank-tracking
/
keywords
/
untrack
Untrack one or more keywords
curl --request POST \
  --url https://api.snowseo.com/v3/rank-tracking/keywords/untrack \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>",
  "teamId": "<string>",
  "ids": [
    "<string>"
  ]
}
'
{
  "success": true,
  "untracked": 123
}
Stop tracking a keyword and remove it from your list.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
id
string
required

Single keyword ID to untrack

teamId
string

Team ID

ids
string[]

Multiple keyword IDs to untrack

Response

Default Response

success
boolean
untracked
number