---
title: "RemoveNodes"
method: POST
path: "/v2/writer/{dataSetWriterGroup}/{dataSetWriterId}/remove"
tags: ["Writer"]
---

# RemoveNodes

`POST /v2/writer/{dataSetWriterGroup}/{dataSetWriterId}/remove`

Remove Nodes that match the provided data set field ids from a data set writer in a writer group. If one of the fields is not found, no error is returned, however, if all fields are not found an error is returned.

## Path parameters

- `dataSetWriterGroup` string, required
- `dataSetWriterId` string, required

## Request body

- string[]

## Response `200`

Some or all items were removed

## Other responses

- `400` — The passed in information is invalid
- `403` — A unique item could not be found to remove from.
- `404` — The entry or all items to remove were not found

## Changes

- **2024-06-29** `bfba75adb807` — 3 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `403`
  - added the non-success response with the status `404`
- **2024-06-28** `3d0d5a78362c` — 1 info
  - endpoint added
- **2023-05-02** `e285a38b6ca1` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/azure/apis/opcpublisher/changes/v2/writer/:dataSetWriterGroup/:dataSetWriterId/remove/post.md)

---

[API](https://skmtc.dev/azure/apis/opcpublisher.md) · [All operations](https://skmtc.dev/azure/apis/opcpublisher/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/opcpublisher/revisions/8eac19a554d6/schema)
