Skip to main content
DELETE
Delete Evaluator
Permanently deletes an evaluator from your organization.
This action is irreversible. Once an evaluator is deleted, it cannot be recovered. Make sure you want to permanently remove this evaluator before proceeding.

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

  1. Check dependencies: Ensure no active integrations are using this evaluator
  2. Export configurations: Save evaluator configurations before deletion if you might need them later
  3. Update integrations: Update any code or configurations that reference this evaluator
  4. 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:
  1. Recreate from backup: If you exported the configuration, recreate the evaluator
  2. Contact support: For critical evaluators, contact Keywords AI support immediately
  3. Check version control: If evaluator configurations are in your codebase

Recreating a Deleted Evaluator

Python