Mangools/API

Remove keyword from tracking

Remove one or more tracked keywords from a tracking. Pass the target IDs in the request body as tracked_keyword_ids (non-empty array). Keywords are not permanently deleted — they can be brought back via POST /serpwatcher/trackings/{tracking_id}/tracked-keywords/restore. The tracking's statistics are flagged for recomputation.

DELETE
/serpwatcher/trackings/{tracking_id}/tracked-keywords

Authorization

ApiKeyAuth
x-access-token<token>

Your Mangools API key

In: header

Path Parameters

tracking_id*string

tracking_id

Response Body

application/json

curl -X DELETE "https://api.mangools.com/v3/serpwatcher/trackings/string/tracked-keywords"
{
  "keyword_id": "string",
  "tracking_id": "string",
  "user_id": "string",
  "kw": "string",
  "location_id": "string",
  "platform_id": "string"
}