Delete an auto-improve run of an agent
DELETEhttps://platform.docana.com/api/v1/agents/:agentId/auto-improve/runs/:runId/
Permanently removes the run record. It does not stop a running process, use DELETE /api/v1/agents/{agentId}/auto-improve/stop/ for that. Requires write access to the application.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The run was deleted
Invalid query parameters or run/agent mismatch
The API key or session is missing, expired, or malformed.
No write access to the application
Run not found
Unexpected server error.