Live StreamsDelete Livestream
Live Streams

Delete Livestream

curl -X DELETE "https://api.videograph.ai/video/services/api/v1/livestreams/example_string" \
  -H "Content-Type: application/json" \
  -H "Authorization: Basic YOUR_CREDENTIALS"
{
  "code": 200,
  "data": {
    "createdOn": 1672715707376,
    "metadata": [
      {
        "key": "AdditionalExternalId",
        "value": "503962"
      }
    ],
    "playbackUrl": "http://rc-1.ind.videograph.ai/vglive/503962/playlist_dvr.m3u8",
    "rtmpUrl": "rtmp://rc-ingest.us.videograph.ai/rec/J7QCHBsR",
    "rtmpsUrl": "",
    "status": "Deleting",
    "streamKey": "503962",
    "streamUUID": "b7ce0bf9-c139-40f4-9306-753a534912c6",
    "title": "First Channel"
  },
  "message": "Updated livestream b7ce0bf9-c139-40f4-9306-753a534912c6",
  "status": "Success"
}
DELETE
/video/services/api/v1/livestreams/{STREAM_ID}
DELETE
Security Scheme
Basic Authentication
Usernamestring
Required

Username for basic authentication

Passwordpassword
Required

Password for basic authentication

Request Preview
Response

Response will appear here after sending the request

Authentication

basicAuth
header
Authorizationstring
Required

Basic authentication credentials. Provide username and password encoded in Base64 format: Basic base64(username:password)

Path Parameters

Responses

OK

Was this page helpful?
Built with Documentation.AI

Last updated Dec 29, 2025