Streams
Delete live stream
Delete a live stream.
After deleting the live stream, all associated data is deleted: settings, PUSH and PULL links, video playback links, etc.
Live stream information is deleted permanently and irreversibly. Therefore, it is impossible to restore data and files after this.
But if the live had recordings, they continue to remain independent Video entities. The “stream_id
” parameter will simply point to a stream that no longer exists.
Perhaps, instead of deleting, you may use the stream deactivation:
PATCH /videos/{`stream_id`}
{ "active": false }
For details, see the Product Documentation.
DELETE
Authorizations
API key for authentication.
Path Parameters
Stream ID.
IDs of all created streams can be received via Get All Streams request