DELETE
/
v1
/
test-runs
curl --request DELETE \
  --url https://api.getmaxim.ai/v1/test-runs \
  --header 'Content-Type: application/json' \
  --header 'x-maxim-api-key: <api-key>' \
  --data '{
  "workspaceId": "<string>",
  "ids": [
    "<string>"
  ]
}'
{
  "message": "<string>"
}

Authorizations

x-maxim-api-key
string
header
required

API key for authentication

Body

application/json

Response

200
application/json

Successfully deleted test runs

The response is of type object.