Evaluators
Delete evaluator
DELETE
Delete Evaluator
Permanently deletes an evaluator from your organization.
Authentication
All endpoints require API key authentication:Path Parameters
Important Considerations
Impact on Existing Scores
- Existing scores will remain: Scores that have already been created using this evaluator will not be deleted
- Score references: Existing scores will maintain their reference to the deleted evaluator ID
- Historical data: All historical evaluation data remains accessible
Impact on Running Evaluations
- Active evaluations: Any currently running evaluations using this evaluator may fail
- Scheduled evaluations: Future scheduled evaluations using this evaluator will fail
- API integrations: Applications using this evaluator ID will receive 404 errors
Best Practices
- Check dependencies: Ensure no active integrations are using this evaluator
- Export configurations: Save evaluator configurations before deletion if you might need them later
- Update integrations: Update any code or configurations that reference this evaluator
- Consider archiving: Instead of deleting, consider marking the evaluator as inactive or archived
Examples
Response
Status: 204 No Content Successful deletion returns an empty response body with status code 204.Pre-deletion Checklist
Before deleting an evaluator, consider the following:1. Check Active Usage
Python
2. Export Evaluator Configuration
Python
3. Update Integration Code
Ensure you update any code that references the evaluator:Python
Error Responses
404 Not Found
401 Unauthorized
403 Forbidden
409 Conflict
Recovery Options
If You Accidentally Deleted an Evaluator
Since deletion is permanent, you have these options:- Recreate from backup: If you exported the configuration, recreate the evaluator
- Contact support: For critical evaluators, contact Keywords AI support immediately
- Check version control: If evaluator configurations are in your codebase
Recreating a Deleted Evaluator
Python
Delete Evaluator