v1

latestOpenAPI 3.0.2Terms of Use2026-08-061441681.6 MB
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"
  }
}