real_time
Stop a real-time stream
This operation stops a real-time stream.
put/real_time/{id}/stop
Path parameters
idstring required
The unique alphanumeric string that identifies the real-time stream.
Response
Success
Example response
{
"real_time_stream": {
"state": "stopped"
}
}