Skip to main content

PurgeRequest

typestringrequired

What to purge. All ignores value. Extension, Path and Regex require value.

Possible values: [All, Extension, Path, Regex]

valuestring

Required for Extension, Path and Regex.

matchTypestring

Only used when type=Regex. Defaults to regex.

Possible values: [equals, contains, starts_with, ends_with, regex]

PurgeRequest
{
"type": "All",
"value": "string",
"matchType": "equals"
}