Delete stream
Delete a stream and its data.
bucketpathstringrequiredBucket ID.
streampathstringrequiredStream ID within the bucket.
Response
| Status | Meaning |
|---|---|
204 | Stream deleted. |
404 | Stream not found. |
curl -X DELETE http://127.0.0.1:4437/demo/helloDeletion is permanent. The stream's data will be asynchronously garbage-collected after the delete is committed.