Sazabi
APILog sources

Delete a log source

DELETE
/log-sources/{logSourceId}

Delete a log source. Tombstones the log source and its log streams, deactivates their intake keys (already-ingested data is preserved with its attribution), and runs vendor-side cleanup for managed log sources when the provider supports it.

Path Parameters

logSourceId*string

Log source ID to delete.

Formatuuid

Response Body

application/json

curl -X DELETE "https://example.com/log-sources/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "success": true,  "teardownError": "string"}