Skip to main content
DELETE
/
api
/
v1
/
runs
/
{id}
/
reviews
/
expected
/
{filename}
Delete corrected artifact file
curl --request DELETE \
  --url https://studio.eigenpal.com/api/v1/runs/{id}/reviews/expected/{filename} \
  --header 'Authorization: Bearer <token>'
{
  "issues": [
    {
      "field": "<string>",
      "message": "<string>",
      "code": "<string>"
    }
  ],
  "requestId": "<string>",
  "hint": "<string>",
  "docsUrl": "<string>"
}

Authorizations

Authorization
string
header
required

API key issued from Settings → API Keys. Pass as Authorization: Bearer <key>.

Path Parameters

id
string
required

Run id.

filename
string
required

Corrected artifact file name or slash-delimited path, as returned by GET /runs/{id}/reviews/expected.

Response

Corrected file deleted; no response body.