Skip to main content
DELETE
/
api
/
v1
/
automations
/
{id}
/
examples
/
{exampleId}
/
input
/
{path}
Delete input file
curl --request DELETE \
  --url https://studio.eigenpal.com/api/v1/automations/{id}/examples/{exampleId}/input/{path} \
  --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

Automation id or typed alias.

exampleId
string
required

Dataset example id.

path
string
required

Slash-delimited path under the example input folder.

Response

Input file deleted.