Skip to main content
DELETE
/
prompts
/
{promptId}
/
evaluators
/
{evaluatorId}
Delete an evaluator
curl --request DELETE \
  --url https://api.adaline.ai/v2/prompts/{promptId}/evaluators/{evaluatorId} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://www.adaline.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Workspace API key. Pass as Authorization: Bearer <key>.

Path Parameters

promptId
string
required

Unique identifier for an entity, between 20 and 80 characters.

Required string length: 20 - 80
evaluatorId
string
required

Unique identifier for an entity, between 20 and 80 characters.

Required string length: 20 - 80

Response

Evaluator deleted.