Skip to main content

Overview

Remove specific rows from an existing experiment dataset.

Method Signature

Parameters

string
required
The unique identifier of the experiment
List[str]
required
List of row IDs to remove from the experiment

Returns

Returns a dictionary containing the updated experiment information.

Example

Error Handling