curl --request DELETE \
--url https://api.getmaxim.ai/v1/evaluators \
--header 'x-maxim-api-key: <api-key>'{
"success": true
}Delete an existing evaluator
curl --request DELETE \
--url https://api.getmaxim.ai/v1/evaluators \
--header 'x-maxim-api-key: <api-key>'{
"success": true
}API key for authentication
Unique identifier for the workspace
1Unique identifier for the evaluator
1Evaluator deleted successfully
Was this page helpful?