Remove tracking
Delete a rank tracking together with all its tracked keywords and email reports. The tracking is not removed permanently — it can be brought back via POST /serpwatcher/trackings/{tracking_id}/restore. Returns HTTP 204.
Authorization
ApiKeyAuth x-access-token<token>
API token issued for your Mangools account, sent as an API key in the x-access-token HTTP header. This is NOT a standard RFC 6750 Authorization: Bearer <token> header. Auto-generated clients should be configured to send the token in x-access-token accordingly.
In: header
Path Parameters
tracking_id*string
tracking_id
Response Body
application/json
application/json
curl -X DELETE "https://api.mangools.com/v3/serpwatcher/trackings/string"Empty
{
"error": {
"type": "AuthError",
"message": "Invalid API Key"
}
}{
"error": {
"type": "Error",
"message": "Tag not found"
}
}