Skip to main content
Permanently removes a SIEM streaming destination. Any in-flight events are flushed to the destination before it is deleted. After deletion, no further events are streamed to this endpoint.

Parameters

id
string
required
The SIEM destination ID (e.g., siem_abc123).

Responses

curl -X DELETE https://api.truthlocks.com/v1/audit/siem/siem_abc123 \
  -H "X-API-Key: tl_live_..."