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.
Was this page helpful?