Delete a test-case folder of an agent
DELETEhttps://platform.docana.com/api/v1/agents/:agentId/test-case-folders/:folderId/
Deletes the folder. Its subfolders and test cases are moved to the deleted folder's parent (or to the root), never deleted.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The deleted folder
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
Folder not found
Unexpected server error.