Open nberthiaume opened 4 years ago
Hi,
Just started using TheHive and I'm trying to automate a few tasks. I've created a bunch of test organisations and I can't seem to figure out how to delete them and their related data.
I tried a few variations like
DELETE http://127.0.0.1:9000/api/organisation/:orgName DELETE http://127.0.0.1:9000/api/organisation/:orgId
But I always end up with a 404.
How should I go about doing this?
Thank you!
if im not mistaken, there's no way we can delete the org.
Hi,
Just started using TheHive and I'm trying to automate a few tasks. I've created a bunch of test organisations and I can't seem to figure out how to delete them and their related data.
I tried a few variations like
DELETE http://127.0.0.1:9000/api/organisation/:orgName DELETE http://127.0.0.1:9000/api/organisation/:orgId
But I always end up with a 404.
How should I go about doing this?
Thank you!