APILog streams
Delete a log stream
Delete a log stream. Tombstones the log stream and deactivates its intake key. Deleting a connectionless log source's only log stream tombstones the log source too.
Path Parameters
streamId*string
Log stream ID to delete.
Format
uuidResponse Body
application/json
curl -X DELETE "https://example.com/log-streams/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "success": true}