Parseable

Delete a dataset


Delete an existing dataset. When a dataset is deleted, all associated data is permanently removed.

DELETE
/api/v1/logstream/{stream_name}
X-API-Key<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?