Skip to main content
DELETE
/
runs
/
{run_id}
Delete run
curl --request DELETE \
  --url https://api.coval.dev/v1/runs/{run_id} \
  --header 'X-API-Key: <api-key>'
{}

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

run_id
string
required

Unique identifier for the run

Required string length: 22

Response

Run deleted or cancelled successfully

Empty response on success