import osfrom gcore import Gcoreclient = Gcore( api_key=os.environ.get("GCORE_API_KEY"), # This is the default and can be omitted)client.streaming.restreams.delete( 0,)
Copy
Ask AI
This response has no body data.
Restreams
Delete restream
DELETE
/
streaming
/
restreams
/
{restream_id}
Python
Copy
Ask AI
import osfrom gcore import Gcoreclient = Gcore( api_key=os.environ.get("GCORE_API_KEY"), # This is the default and can be omitted)client.streaming.restreams.delete( 0,)