cURL
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>" ] }
Soft deletes specified runs from a result by marking them as deleted and triggers result re-evaluation.
API Key Authentication. It should be included in the header of each request.
A unique integer value identifying this result.
List of run IDs to delete
No response body