Skip to main content
DELETE
/
agent-eval
/
cases
/
{id}
Delete case
curl --request DELETE \
  --url https://api.goyappr.com/agent-eval/cases/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Documentation Index

Fetch the complete documentation index at: https://docs.goyappr.com/llms.txt

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

Soft-delete. Past runs referencing this case stay readable; they just won’t appear in GET /agent-eval/cases. To clean up the run history, leave the case in place — runs are append-only history rows, not edits to the case.

Authorizations

Authorization
string
header
required

Your Yappr API key (e.g. ypr_live_...). Generate one in the dashboard under Settings → API Keys.

Path Parameters

id
string<uuid>
required

Response

Case deleted

success
boolean
id
string<uuid>