---
title: "Remove node relationships from an institution"
method: DELETE
path: "/institutions/{institution_id}/relationships/nodes/"
tags: ["Institutions"]
---

# Remove node relationships from an institution

`DELETE /institutions/{institution_id}/relationships/nodes/`

Remove nodes from an institution's affiliated nodes relationship.

### Permissions
- Requires write access on each node being removed.

## Path parameters

- `institution_id` string, required

## Response `204`

Nodes successfully removed from affiliation.

## Other responses

- `400` — Invalid request payload.
- `401` — Authentication credentials were not provided or are invalid.
- `403` — You do not have permission to modify these nodes.
- `404` — Institution not found.

---

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