Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

REST API to delete a specific message responder

Options

Hello,

Looking for a REST API to DELETE a specific message responder.

Answers

  • williammccusker
    williammccusker Posts: 711 ✭✭✭
    Options

    Hi,

    There is a generic 'tools' resource that can be used to delete any type of tool, including responders.

    DELETE /soavirt/api/v6/tools?id=

    Hope this helps!

  • alemayehu_bofa
    alemayehu_bofa Posts: 33
    Options

    Hi @williammccusker thanks so much for the quick reply, as always. I will give it a try.