---
title: "RemoveNode"
method: DELETE
path: "/v2/writer/{dataSetWriterGroup}/{dataSetWriterId}/{dataSetFieldId}"
tags: ["Writer"]
---

# RemoveNode

`DELETE /v2/writer/{dataSetWriterGroup}/{dataSetWriterId}/{dataSetFieldId}`

Remove a node with the specified data set field id from a data set writer in a writer group. If the field is not found, an error is returned.

## Path parameters

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

## Response `200`

The item was 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 item to remove was 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/:dataSetFieldId/delete.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)
