We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 811bba7 commit 9cd753eCopy full SHA for 9cd753e
docs/play.mdx
@@ -166,3 +166,13 @@ You can change it to the following URL in order to only display events that were
166
https://api.play.svix.com/api/v1/history/e_94XdF-OwN3EaTKty4izJDWRAH3V/?iterator=2Nvo8F66yxe0cT7lrVmsbUg97He
167
```
168
169
+### Deleting History
170
+
171
+You can delete all recorded events for a given token by making a DELETE request to the `/history/` route:
172
173
+```
174
+curl -X DELETE https://api.play.svix.com/api/v1/history/e_94XdF-OwN3EaTKty4izJDWRAH3V/
175
176
177
+This will permanently remove all events associated with that token.
178
0 commit comments