Skip to main content
DELETE
/
ds
/
{bucket}
/
{stream}
curl -X DELETE https://stream.tonbo.dev/ds/demo/hello

Documentation Index

Fetch the complete documentation index at: https://docs.snakream.tonbo.dev/llms.txt

Use this file to discover all available pages before exploring further.

bucket
string
required
Bucket ID.
stream
string
required
Stream ID within the bucket.

Response

StatusMeaning
204Stream deleted.
404Stream not found.
curl -X DELETE https://stream.tonbo.dev/ds/demo/hello
Deletion is permanent. The stream’s data will be asynchronously garbage-collected after the delete is committed.