Skip to main content
POST
/
test_framework
/
v1
/
results
/
{id}
/
delete_runs
Delete runs from result
curl --request POST \
  --url https://api.cekura.ai/test_framework/v1/results/{id}/delete_runs/ \
  --header 'Content-Type: application/json' \
  --header 'X-CEKURA-API-KEY: <api-key>' \
  --data '
{
  "run_ids": [
    123
  ]
}
'
{
  "field_name": [
    "<string>"
  ]
}

Authorizations

X-CEKURA-API-KEY
string
header
required

API Key Authentication. It should be included in the header of each request.

Path Parameters

id
integer
required

A unique integer value identifying this result.

Body

run_ids
integer[]
required

List of run IDs to delete

Response

No response body