Skip to main content
Version: 5.7.0

SysDeleteStream

Delete a playback stream.

ServiceOperation
playbackStreamSYS_DELETE_STREAM

Method Parameters

ParameterDescription
profileIdThe player deleting the stream.
playbackStreamIdIdentifies the stream to delete.

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"status": 200,
"data": null
}