Skip to main content
POST
/
delete-evaluator
Delete Evaluator
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"
  }
}
This action is permanent and cannot be undone.
Returns 404 if the evaluator is not found.

Authorizations

x-api-key
string
header
required

Body

application/json
evaluator_id
string<uuid>
required

The evaluator to delete.

Response

200 - application/json

Evaluator deleted successfully.

data
object