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.