Skip to main content
DELETE
/
rank-tracking
/
keywords
/
{id}
Delete Tracked Keyword
curl --request DELETE \
  --url https://v3-api-beta.snowseo.com/snowseo/v2/rank-tracking/keywords/{id} \
  --header 'Authorization: Bearer <token>'
Stop tracking a keyword and remove it from your list.

Request

id
string
required
The ID of the keyword tracking entry to delete.
teamId
string
required
Your team ID.

Response

{
  "success": true
}