Skip to main content
DELETE
/
api
/
v1
/
runs
/
{id}
/
expected
/
{filename}
Delete expected artifact file
curl --request DELETE \
  --url https://app.eigenpal.com/api/v1/runs/{id}/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
filename
string
required

Response

Expected file deleted