Skip to main content
DELETE
/
v1
/
evaluators
Delete evaluator
curl --request DELETE \
  --url https://api.getmaxim.ai/v1/evaluators \
  --header 'x-maxim-api-key: <api-key>'
{
  "success": true
}

Authorizations

x-maxim-api-key
string
header
required

API key for authentication

Query Parameters

workspaceId
string
required

Unique identifier for the workspace

Minimum string length: 1
id
string
required

Unique identifier for the evaluator

Minimum string length: 1

Response

Evaluator deleted successfully

success
boolean
required