Skip to main content

Delete Testsets

DELETE 

/testsets

Delete specific testsets based on their unique IDs.

Args: testset_ids (List[str]): The unique identifiers of the testsets to delete.

Returns: A list of the deleted testsets' IDs.

Request

Body

required

    testset_ids string[]required

Responses

Successful Response

Schema

  • Array [

  • string

  • ]

Loading...