Deleting a stream cannot be undone.
To delete a stream, you’ll need the id
(a.k.a. the stream ID) from when you
created a stream object.
Delete the stream by sending a DELETE
request to
https://livepeer.com/api/stream/{id}
. For example:
curl -H 'authorization: Bearer {api-key}' \-X DELETE "https://livepeer.com/api/stream/{id}"
When a stream is deleted, the stream object name
is not reusable.