APIPythonOpen-Source Solutions

  • 1.  How to delete the Tables from ruleset Using API

    Posted 04-03-2018 08:35:00 AM
    How to delete the Tables from ruleset Using API

    Example:
    Suppose you have added some unwanted tables into ruleset.
    Now you want to uncheck or delete those tables from Ruleset using API
    Please let me know how to do it ??

    I have tried using given API but it is asking for the tableMetadataId , What exactly tableMetadataId? Where we can see this??




    #Masking


  • 2.  RE: How to delete the Tables from ruleset Using API
    Best Answer

    Posted 04-04-2018 08:12:00 AM
    Hi Pankaj,

    You first have to get the ID using GET tableMetadata  function. The input this is your ruleset ID.
    Once you have that, you can go ahead and delete.

    Regards,
    Mayank