Can someone let me know how can I delete all mappi...
# general
d
Can someone let me know how can I delete all mappings matching an URL using the admin API? I can see an example in the doc using the Java DSL.
1
o
You will need a client-side script that... 1. Lists the Mock API mappings 2. Filters the list according your criteria 3. Sends deletion request(s) for the mappings that are no longer needed
🆗 1