The method and parameters
The Stream.Delete method stops stream processing and deletes the stream from the server. The saved archive will also be deleted.
string Stream.Delete(array uids)
array uids required – the list of the unique identifiers of the streams that must be deleted.
|
POST /api/ |
|
200 |
|
A list of stream UIDs and a flag: stream deleted – JSON
|
|
400 |
|
A JSON RPC error JSON
|
|
500 |
|
A server error |