---
title: "Remove subjects from a draft registration"
method: DELETE
path: "/draft_registrations/{draft_id}/relationships/subjects/"
tags: ["Draft Registrations", "Subjects"]
---

# Remove subjects from a draft registration

`DELETE /draft_registrations/{draft_id}/relationships/subjects/`

Remove one or more subjects from the draft registration by their identifiers.
This only updates the relationship and does not delete the subject resource.

## Path parameters

- `draft_id` string, required

## Request body

- object
  - `data` object[], required
    - `type` string, required — The resource type; must be `subjects`.
    - `id` string, required — The unique ID of the subject to remove.

## Response `204`

Subjects removed successfully.

## Other responses

- `403` — Forbidden. You don't have permission to modify subjects.
- `404` — Draft registration 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/versions/ca701048eb0d/schema)
