Delete a test run of an agent
DELETEhttps://platform.docana.com/api/v1/agents/:agentId/test-runs/:runId/
Permanently removes the run and its recorded results. The run must belong to the agent in the path. The applicationId query parameter is optional: when omitted, it is derived from the run itself.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The test run was deleted
Invalid applicationId, or the agent needs an explicit application scope
The API key or session is missing, expired, or malformed.
The caller is authenticated but not allowed to perform this operation.
Test run not found
Unexpected server error.