Delete Experiment
Delete Experiment
DELETE/api/2/auto_eval/experiment/delete
Delete an Experiment.
Request
- application/json
Body
id stringrequired
ID of the experiment to delete
Responses
- 200
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
id stringrequired
ID of the deleted experiment
{
"id": "string"
}
Loading...