---
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

---

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