Framework Mode - DELETE request
Folder Structure for Postman DELETE Request Tests
Postman-Tests/ ├── Collections/ │ ├── UserManagement.postman_collection.json │ └── ProductAPI.postman_collection.json ├── Environments/ │ ├── Dev.postman_environment.json │ └── Prod.postman_environment.json ├── Tests/ │ ├── DeleteUserTests.js │ └── DeleteProductTests.js ├── Globals/ │ └── globals.postman_globals.json └── README.md