add delete event route

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-11-22 00:37:59 +01:00
parent c83b626b9a
commit 59a5a4fde9
3 changed files with 39 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
meta {
name: Delete event
type: http
seq: 6
}
delete {
url: {{url}}/api/events/{{id}}
body: none
auth: inherit
}
vars:pre-request {
id:
}
settings {
encodeUrl: true
timeout: 0
}