Skip to main content

Delete Testsets

DELETE 

https://cloud.agenta.ai/api/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

  • ]

curl -L -X DELETE 'https://cloud.agenta.ai/api/testsets' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>' \
-d '{
"testset_ids": [
"string"
]
}'
Request Collapse all
Base URL
https://cloud.agenta.ai/api
Auth
Body required
{
  "testset_ids": [
    "string"
  ]
}
ResponseClear

Click the Send API Request button above and see the response here!