Delete a log stream
This endpoint is used to delete an existing log stream. When a log stream is deleted, all associated data is permanently removed.
Authorization
Authorization
RequiredBasic <token>In: header
Path Parameters
stream_name
RequiredstringResponse Body
Successful response
curl -X DELETE "http://ENDPOINT/api/v1/logstream/string" \
-H "Authorization: Basic <token>"
Empty