cURL
curl --request POST \ --url https://api.heify.com/delete-evaluator \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "evaluator_id": "cd9e6ef7-fd3c-4cf1-9dd5-a5d5dbc8e887" } '
{ "data": { "message": "Evaluator deleted successfully" } }
Permanently delete an evaluator and all its criteria.
404
The evaluator to delete.
Evaluator deleted successfully.
Show child attributes