remove_child_from_case
Remove a child entity, such as a Discover Task, from a case by providing the case ID and child type.
Instructions
Cases · mutation removeChildFromCase. Variables: input. Example variables: {"input":{"caseId":"","child":{"childId":"","childType":"DISCOVER_TASK"}}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | GraphQL: RemoveChildFromCaseInput! | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |