Skip to main content

Delete Conversation Tracker

Deletes a specific conversation tracker.

Endpoint

DELETE /api/conversation-trackers/{platform}/{id}

Path Parameters

ParameterTypeDescription
platformstringThe platform of the tracker (reddit or hn)
idstringThe 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"