This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

data table delete via api?

Is there a way, via the API, to delete a data table?

It seems one of my data tables have way too many data sets (around 30+) and is making my application crash whenever I try to load it unto a test (to delete it) so I need to know if its possible to delete a data table via API, and how.

BTW, what's the maximum data sets a data table can have on Octane v 16.1.100.132 (enterprise)? Anyone?

Thanks in advance

  • 0  

    Some octane entities like test_data_table support special delete api, to delete it, you need to POST to this entity with `activity_level: 1`
    this will mark this entity to be deleted.

    if you need more assistance, I suggest contacting support.