add delete event tasks route

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-11-21 15:44:25 +01:00
parent 016017ab30
commit d5f1c7f163
3 changed files with 40 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
meta {
name: Delete task
type: http
seq: 1
}
delete {
url: {{url}}/api/events/tasks/{{id}}
body: none
auth: inherit
}
vars:pre-request {
id:
}
settings {
encodeUrl: true
timeout: 0
}