latestSwagger 2.0Apache 2.02026-08-2034903.0 MB

3c5164c707eb

Draft Registrations
Subjects

Remove subjects from a draft registration

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

delete/draft_registrations/{draft_id}/relationships/subjects/

Path parameters

draft_idstring required

The unique identifier of the draft registration.

Request body

Example request

{
  "data": [
    {
      "type": "subjects",
      "id": "def456"
    }
  ]
}

Response

Subjects removed successfully.