Parseable Docs

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.

DELETE
/api/v1/logstream/{stream_name}

Authorization

AuthorizationRequiredBasic <token>

In: header

Path Parameters

stream_nameRequiredstring

Response Body

Successful response

curl -X DELETE "http://ENDPOINT/api/v1/logstream/string" \
  -H "Authorization: Basic <token>"
Empty