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