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>"
}Documentation Index
Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication
Successfully deleted test runs
Was this page helpful?