Remove requests by criteria
Removed requests logged in the journal matching the specified criteria
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
The ID of the Mock API
5 - 10
Body
Pre-emptive basic auth credentials to match against
Request body patterns to match against in the <key>: { "<predicate>": "<value>" } form
Cookie patterns to match against in the <key>: { "<predicate>": "<value>" } form
Require the state of the Mock API to match the provided patterns. More information on this feature can be found here.
application/x-www-form-urlencoded form parameter patterns to match against in the <key>: { "<predicate>": "<value>" } form
Header patterns to match against in the <key>: { "<predicate>": "<value>" } form
The hostname part of the request URL
The HTTP request method e.g. GET
Multipart patterns to match against headers and body.
Path parameter patterns to match against in the <key>: { "<predicate>": "<value>" } form. Can only be used when the urlPathPattern URL match type is in use and all keys must be present as variables in the path template.
The HTTP port number of the request URL
1 < x < 65535
Query parameter patterns to match against in the <key>: { "<predicate>": "<value>" } form
The scheme (protocol) part of the request URL
http
, https
The path and query to match exactly against. Only one of url, urlPattern, urlPath or urlPathPattern may be specified.
The path to match exactly against. Only one of url, urlPattern, urlPath or urlPathPattern may be specified.
The path regex to match against. Only one of url, urlPattern, urlPath or urlPathPattern may be specified.
The path and query regex to match against. Only one of url, urlPattern, urlPath or urlPathPattern may be specified.
Response
The response is of type any
.