Skip to main content
DELETE
/
apps
/
{app_id}
/
workflows
/
{workflow_id}
/
tests
/
expectations
/
{expectation_id}
Delete Test Expectation
curl --request DELETE \
  --url https://api.example.com/apps/{app_id}/workflows/{workflow_id}/tests/expectations/{expectation_id}
"<unknown>"

Path Parameters

app_id
string
required

The ID of the app

workflow_id
string
required

The ID of the workflow

expectation_id
string
required

The ID of the expectation

Response

200 - application/json

The response is of type unknown.