Skip to main content
DELETE
/
streaming
/
streams
/
{stream_id}
/
overlays
/
{overlay_id}
Python
from gcore import Gcore

client = Gcore(
    api_key="My API Key",
)
client.streaming.streams.overlays.delete(
    overlay_id=0,
    stream_id=0,
)
This response has no body data.

Authorizations

Authorization
string
header
required

Path Parameters

stream_id
integer
required
overlay_id
integer
required