Skip to content

Commit 40a98e1

Browse files
committed
Update purge.mdx
1 parent 20113c1 commit 40a98e1

File tree

1 file changed

+0
-8
lines changed
  • documentation/docs/fastly:cache/SimpleCache

1 file changed

+0
-8
lines changed

documentation/docs/fastly:cache/SimpleCache/purge.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,6 @@ purge(key, options)
2626
- Possible values are:
2727
- "global" - This will remove the content from all of Fastly.
2828
- "pop" - This will remove the content from the POP that contains the currently executing instance.
29-
- `headers`
30-
- : Any headers you want to add to your request, contained
31-
within a `Headers` object or an object literal with `String` values.
32-
- `body`
33-
- : Any body that you want to add to your request: this can be an `ArrayBuffer`, a `TypedArray`, a `DataView`, a `URLSearchParams`, string object or literal, or a `ReadableStream` object.
34-
- `backend` _**Fastly-specific**_
35-
- `cacheOverride` _**Fastly-specific**_
36-
- `cacheKey` _**Fastly-specific**_
3729

3830
### Return value
3931

0 commit comments

Comments
 (0)