Search code examples
httprequestrest-clientadvanced-rest-client

how to delete a saved request in chrome's arc (Advanced REST Client) extension?


How to delete a saved request in chrome's ARC (Advanced REST Client) extension?

I currently have ARC extension installed in chrome and some requests saved.

I looked for, but didin't find any way to delete a request from the "saved" list.

  • tried to select the request and press delete key (from keyboard), but doesn't work
  • tried to find some "delete" option on the menus, but didn't find

extension link: https://chrome.google.com/webstore/detail/advanced-rest-client/hgmloofddffdnphfgcellkdfbfbjeloo


Solution

  • I found 2 ways:

    1. There is a shortcut "CTRL + O"
    2. Click in the text "Saved" in the left side bar

    In both ways the Chrome's extension shows the saved requests in a list where we can select and delete individually each one.