curl --request DELETE \
--url https://api.helicone.ai/v1/experiment/{experimentId}/evaluators/{evaluatorId} \
--header 'authorization: <api-key>'
{}
Remove an evaluator from an experiment
curl --request DELETE \
--url https://api.helicone.ai/v1/experiment/{experimentId}/evaluators/{evaluatorId} \
--header 'authorization: <api-key>'
{}
eu.api.helicone.ai
instead of
api.helicone.ai
.Ok
The response is of type object
.
Was this page helpful?