Delete Keyword Alert
Deletes a specific keyword alert.
Endpoint
DELETE /api/keyword-alerts/{platform}/{id}
Path Parameters
Parameter | Type | Description |
---|---|---|
platform | string | The platform of the alert |
id | string | The unique identifier of the alert |
Response
Returns a JSON object containing a confirmation message.
Example Request
curl -X DELETE "https://api.kwatch.io/api/keyword-alerts/twitter/123" \
-H "Authorization: Bearer your-api-key-here"
Example Response
{
"message": "Alert deleted successfully"
}