Skip to main content
DELETE
/
ds
/
{bucket}
/
{stream}
curl -X DELETE https://stream.tonbo.dev/ds/demo/hello
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.