v1

latestOpenAPI 3.0.0Apache 2.02026-08-063010285.3 KB
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

endpointstring

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)."