Modify via API Plugins ip-restriction

Dear I have created, in a route, an ip-restriction programmatically.

How do I remove the change, in the same way?

For ejemple, deny thi IP:

curl -X POST http://localhost:8001/services/MyAPI/plugins --data "name=ip-restriction" --data "config.deny=192.168.0.100"

Do I have to modify the rule? or directly delete it? How do I refer to that resource?

Regarts! Santiago.

This is the answer! Sorry

curl DELELTE http://api.local:8001/services/MyAPI/plugins/aa30de3d-f714-4e30-a462-92642b80d811

Thanks!