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>"
}Delete test runs from a workspace
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>"
}API key for authentication
Successfully deleted test runs
Was this page helpful?