Ignoring DEL requests dynamically in collection runner time

Hi,
In a collection, I created all type of requests (GET, PUT, POST, DEL). While collection running time, ignore DEL request only using “Pre-request Script”

Thanks in advance

@csadeesh This is not possible at the moment, as the test/pre-request scripts have no context of the previous or the next request. That said, it would be useful to add this information to the pm.* API. Thanks for bringing this up!