DeactivateContributorFromContentInput
Input to deactivate CONTRIBUTED_TO between a Party and Content.
Fields
| Field | Type | Description |
|---|---|---|
contentId | UUID! | The ID of the content. |
partyId | UUID! | The ID of the party (contributor). |
role | String! | The role of the contributor to deactivate (e.g., ACTOR, DIRECTOR, WRITER). |
termReason | String | The reason for terminating the contribution relationship. |
thruDate | DateTime | The date when the contribution relationship should be deactivated. |