Remove from case

Removes the OperationsTasks this OperationsTaskList added to the Case (matched by source_task_list_id). Only untouched (not_started) tasks are deleted; started/completed/skipped tasks are kept. Returns deleted and kept counts. | authz: min_org_role=operator | () -> (OperationsTaskListRemoveFromCaseRes1)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

task_list_idstringRequired
case_idstringRequired

Response

Successful Response
deleted_countinteger
kept_countinteger

Errors

422
Operations Task Lists Remove from Case V1request Unprocessable Entity Error