Stream
Removes an endpoint from the list of endpoints where stream data for the VIN is sent to.
Removes an endpoint for the vin data streaming.
post/v1/stream/{vin}/remove
Path parameters
vinstring required
Vehicle Identification Number
Request body
Example request
{
"endpoint": "STREAMING_ENDPOINT_1"
}Response
Command successfully sent to service delivery platform
string required
Example response
"Streaming endpoint (STREAMING_ENDPOINT_1) successfully removed for vin (3D7UT2CL0BG625027)."