APILog sources
Delete a log source
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.
Format
uuidResponse Body
application/json
curl -X DELETE "https://example.com/log-sources/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "success": true, "teardownError": "string"}