Delete a test case of an agent
DELETEhttps://platform.docana.com/api/v1/agents/:agentId/test-cases/:testCaseId/
Permanently deletes the test case together with its test runs, which cascade with it. Returns the deleted test case.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The deleted test case
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
Test case not found
Unexpected server error.