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

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

playlist_id
integer
required

Playlist ID.
IDs of all created playlists can be received via Get All Playlists request