---
title: "Removes an endpoint from the list of endpoints where stream data for the VIN is sent to."
method: POST
path: "/v1/stream/{vin}/remove"
tags: ["Stream"]
---

# Removes an endpoint from the list of endpoints where stream data for the VIN is sent to.

`POST /v1/stream/{vin}/remove`

Removes an endpoint for the vin data streaming.

## Path parameters

- `vin` string, required

## Request body

- RemoveVINStreamingEndpointRequest
  - `endpoint` string

## Response `200`

Command successfully sent to service delivery platform

- string

## Other responses

- `400` — bad input parameter
- `401`
- `403` — not authorized
- `500` — internal server error

---

[API](https://skmtc.net/stellantis/apis/stellantis-connected-vehicle-api.md) · [All operations](https://skmtc.net/stellantis/apis/stellantis-connected-vehicle-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stellantis/stellantis-connected-vehicle-api/versions/1d2213b04fdb/schema)
