Delete stream

Delete a stream and its data.

bucketpathstringrequired

Bucket ID.

streampathstringrequired

Stream ID within the bucket.

Response

StatusMeaning
204Stream deleted.
404Stream not found.
curl -X DELETE http://127.0.0.1:4437/demo/hello

Deletion is permanent. The stream's data will be asynchronously garbage-collected after the delete is committed.