curl --request DELETE \
--url https://api.helicone.ai/v2/experiment/{experimentId}/evaluators/{evaluatorId} \
--header 'authorization: <api-key>'
{}
Remove an evaluator from an experiment using v2 API
curl --request DELETE \
--url https://api.helicone.ai/v2/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?