Skip to main content

/streams/rest/v1/streams/{id}/terminate REST Method

Terminate a stream by ID.

Updated on
May 9, 2024

/streams/rest/v1/streams/{id}/terminate REST Method

Path Parameters

id
string
REQUIRED
The ID of the stream.

Returns

200 OK
Terminates a stream by the given ID
Request
1
curl -X POST \
2
"https://api.quicknode.com/streams/rest/v1/streams/{id}/terminate" \
3
-H "accept: application/json" \
4
-H "Content-Type: application/json" \
5
-H "x-api-key: YOUR_API_KEY"
6
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free