Stop Stream By Uuid
Streams
Stop Stream By Uuid
Stop stream by stream_id.
POST
Stop Stream By Uuid
Description
This endpoint stops a running stream by its stream_id. Use this to end a live stream when it is no longer needed. See the Quickstart guide for usage context.Authentication
This endpoint requires an API Key.Include your API key in the
x-api-key header:
Request
- Method: POST
- Endpoint:
/v1/streams/{stream_id}/stop - Path Parameter:
stream_id(string, required): Stream ID
Response
- Status: 200 OK
- Content-Type:
application/json