Delete Conversation Tracker
Deletes a specific conversation tracker.
Endpoint
DELETE /api/conversation-trackers/{platform}/{id}
Path Parameters
| Parameter | Type | Description |
|---|---|---|
| platform | string | The platform of the tracker (reddit or hn) |
| id | string | The unique identifier of the tracker |
Response
Returns 204 No Content on success.
Example Request
curl -X DELETE "https://api.kwatch.io/api/conversation-trackers/reddit/1" \
-H "Authorization: Bearer your-api-key-here"