Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fredsted committed Jul 17, 2024
1 parent 2c357ca commit b0564f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ Deletes all requests associated with the token, or if `query`, `date_from` and/o

### Full URL Example

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]`.
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]`. You could use this in a [Webhook.site Schedule](/schedules.html) to delete old requests from a URL periodically.

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

Expand Down

0 comments on commit b0564f9

Please sign in to comment.