DELETE
/
streaming
/
restreams
/
{restream_id}
curl --request DELETE \
  --url https://api.gcore.com/streaming/restreams/{restream_id} \
  --header 'APIKey: <api-key>'

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

restream_id
integer
required

Restream ID.
IDs of all created restreams can be received via Get All Restreams request