Skip to main content

Delete Evaluations

DELETE 

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

  • ]

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

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