Files
api-approagency/Reminders/Delete Reminders.yml
T
2026-05-19 13:01:12 +03:30

20 lines
270 B
YAML

info:
name: Delete Reminders
type: http
seq: 5
http:
method: DELETE
url: "{{baseUrl}}/reminders/:id"
params:
- name: id
value: ""
type: path
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5