MISP / MISP

MISP (core software) - Open Source Threat Intelligence and Sharing Platform

Home Page:https://www.misp-project.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Add an API endpoint to delete Feeds

sva-mk opened this issue · comments

Is your feature request related to a problem? Please describe.

I would like to sync my feeds between production and test environments.
Therefore, I would like to delete a feed via the API (as I already can by using the GUI).

Describe the solution you'd like

Add an API endpoint for deleting Feeds.

Describe alternatives you've considered

You can just disable and forget it, but then i have to deal with the difference between both Instances manually.

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

POSTing to /feeds/delete/[feedId] should work.

Hey @iglocska,
thank you for your prompt reply.
I have tested your suggestion and can confirm that it works perfectly!
But could you please document it in the OpenAPI spec.
At least in my MISP instance (2.4.193) the API endpoint was not documented (as you can see below):
image