https://linen.dev logo
d

Debraj Manna

06/09/2023, 3:10 PM
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

Oleg Nenashev

06/09/2023, 3:25 PM
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