Delete the baseline node mocks of an agent
DELETEhttps://platform.docana.com/api/v1/agents/:agentId/eval-mock-baseline/
Removes the baseline. Evals of this agent fall back to their own nodeMocks, and any node neither of them mocks performs a real webhook call again. Succeeds even when there was no baseline.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 500
The baseline was removed
The request body, query, or path failed validation. See validationErrors.
The API key or session is missing, expired, or malformed.
No access to the application
A resource referenced by the path does not exist or is not visible to the caller.
Unexpected server error.