Mangools/API

Remove annotation

Delete a user annotation from a tracking's timeline. Returns HTTP 204.

DELETE
/serpwatcher/trackings/{tracking_id}/annotations/{annotation_id}

Authorization

ApiKeyAuth
x-access-token<token>

Your Mangools API key

In: header

Path Parameters

tracking_id*string

Tracking ID

annotation_id*string

annotation ID

Response Body

curl -X DELETE "https://api.mangools.com/v3/serpwatcher/trackings/string/annotations/string"
Empty