v1

latestSwagger 2.0Apache 2.02026-07-1334102.9 MB
Draft Registrations
Institutions

Remove affiliated institutions from a draft registration

Remove one or more institutions from the draft registration by their identifiers. This operation only modifies the relationship and does not delete the institutions themselves.

delete/draft_registrations/{draft_id}/relationships/institutions/

Path parameters

draft_idstring required

The unique identifier of the draft registration.

Request body

Example request

{
  "data": [
    {
      "type": "institutions",
      "id": "inst456"
    }
  ]
}

Response

Institutions removed successfully.