Delete a notifier
Delete a notifier
Remove a destination.
Returns 409 when a monitor still routes to it — delete blindly and you would silently mute an alert.
DELETE
/v1/notifiers/{id}Path parameters
idstringrequiredntf_….
curl -X DELETE https://api.logstreem.com/v1/notifiers/{id} \
-H "Authorization: Bearer $LOGSTREEM_TOKEN"Responses
200OK
{
"object": "notifier",
"id": "ntf_1d7e4b3a09c2f856d4a1",
"deleted": true
}401Unauthorized
{
"error": {
"type": "authentication_error",
"code": "missing_token",
"message": "No API token provided.",
"doc_url": "https://logstreem.com/docs/errors#missing_token",
"request_id": "req_9f3c2a7b41de08c5b2e6"
}
}Try itsandbox