Delete Speckle Stream
curl --request DELETE \
--url https://api.realtimelca.com/rest/api/Speckle/stream/{streamId} \
--header 'Authorization: Bearer <token>'Project
Delete Speckle Stream
Deletes a Speckle stream identified by its unique stream ID. This is a destructive operation — once a stream is deleted, it cannot be recovered.
DELETE
/
Speckle
/
stream
/
{streamId}
Delete Speckle Stream
curl --request DELETE \
--url https://api.realtimelca.com/rest/api/Speckle/stream/{streamId} \
--header 'Authorization: Bearer <token>'⌘I

