Writer

RemoveNode

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.

delete/v2/writer/{dataSetWriterGroup}/{dataSetWriterId}/{dataSetFieldId}

Path parameters

dataSetWriterGroupstring required

The writer group name of the entry

dataSetWriterIdstring required

The data set writer identifer of the entry

dataSetFieldIdstring required

Identifier of the field to remove

Response

The item was removed

Changes

Changed in 3 of the 27 revisions of this API.14

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation