Skip to content

Commit

Permalink
Don't use code block
Browse files Browse the repository at this point in the history
  • Loading branch information
fredsted committed Jul 17, 2024
1 parent df3256c commit 0d23fc1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/api/requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,7 @@ Deletes all requests associated with the token, or if `query`, `date_from` and/o

A request to the following URL will delete all requests on a Token older than 14 days, due to the `query` parameter being `created_at:[* TO now-14d]`.

```
https://webhook.site/token/00000000-0000-0000-0000-000000000000/request?query=created_at:[* TO now-14d]&sorting=newest
```
`https://webhook.site/token/00000000-0000-0000-0000-000000000000/request?query=created_at:[* TO now-14d]&sorting=newest`

### Response

Expand Down

0 comments on commit 0d23fc1

Please sign in to comment.