DELETE
/
apps
/
{app_id}
/
workflows
/
{workflow_id}
/
tests
/
{test_id}
curl --request DELETE \
  --url https://api.withcortex.ai/apps/{app_id}/workflows/{workflow_id}/tests/{test_id}
"<any>"

Path Parameters

app_id
string
required

The ID of the app

workflow_id
string
required

The ID of the workflow

test_id
string
required

The ID of the test

Response

200 - application/json

The response is of type any.