Parseable

Delete a log dataset


This endpoint is used to delete an existing log dataset. When a log dataset is deleted, all associated data is permanently removed.

DELETE
/api/v1/logstream/{stream_name}

Authorization

basicAuth
AuthorizationBasic <token>

In: header

Path Parameters

stream_name*string

Response Body

application/json

curl -X DELETE "http://localhost:8000/api/v1/logstream/string"
Empty

Was this page helpful?