Skip to main content
DELETE
/
test-runs
/
{test_run_id}
Delete test run
curl --request DELETE \
  --url https://api.trymaitai.ai/api/v1/test-runs/{test_run_id} \
  --header 'X-Maitai-Api-Key: <api-key>'
{
  "data": {
    "deleted": true
  }
}

Authorizations

X-Maitai-Api-Key
string
header
required

Your Maitai API key from the Portal.

Path Parameters

test_run_id
integer
required

Response

200 - application/json

Resource deleted.

data
object