How to remove saved request? #1314
Answered by ashishdhingra
JaktensTid asked this question in Q&A
-
Hi, Is this possible to delete request I saved? |
Beta Was this translation helpful? Give feedback.
Answered by ashishdhingra Sep 19, 2022
Replies: 1 comment
-
@JaktensTid Good afternoon. Looks like you are referring to saved requests in Lambda Test Tool. From the UI, there doesn't appear to be an option to delete saved requests. Upon investigating further, looks like the requests are saved under Thanks, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by ashishdhingra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
@JaktensTid Good afternoon. Looks like you are referring to saved requests in Lambda Test Tool. From the UI, there doesn't appear to be an option to delete saved requests. Upon investigating further, looks like the requests are saved under
.lambda-test-tool\SavedRequests
directory which is created under the .NET project directory from where the Lambda Test tool is executed. The saved requests are stored in file with name<<requestname>>.json
. You may manually delete the saved file to remove the request from the list.Thanks,
Ashish