Skip to content

clearIntercept()

Removes interceptor for the provided URL or all interceptors if no URL is specified

# case 1: Remove intercept for a single URL :
await clearIntercept(requestUrl)
# case 2: Reset intercept for all URL :
await clearIntercept()
NameTypeDescription
requestUrlstringrequest URL to intercept. Optional parameters

This API does not return any values.