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, and applicationId is a required query parameter for the access check.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The test run was deleted
Missing applicationId or run belongs to another agent
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.