---
title: "Remove the supplemental node relationship from the preprint"
method: DELETE
path: "/preprints/{preprint_id}/relationships/node/"
tags: ["Preprints"]
---

# Remove the supplemental node relationship from the preprint

`DELETE /preprints/{preprint_id}/relationships/node/`

Remove the link between the preprint and its supplemental node.
#### Permissions - Must have `write` permissions on the preprint.

## Path parameters

- `preprint_id` string, required

## Response `204`

Successfully removed the supplemental node relationship.

## Other responses

- `401` — Unauthorized. Authentication is required.
- `403` — Forbidden. You do not have permission to modify this relationship.
- `404` — Not Found. No preprint matches the given ID.

---

[API](https://skmtc.net/osf/apis/osf-apiv2-documentation.md) · [All operations](https://skmtc.net/osf/apis/osf-apiv2-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/osf/osf-apiv2-documentation/revisions/ca701048eb0d/schema)
