Skip to main content

Delete Evaluations

DELETE 

/human-evaluations

Delete specific comparison tables based on their unique IDs.

Args: delete_evaluations (List[str]): The unique identifiers of the comparison tables to delete.

Returns: A list of the deleted comparison tables' IDs.

Request

Body

required

    evaluations_ids string[]required

Responses

Successful Response

Schema

  • Array [

  • string

  • ]

Loading...