meta { name: Delete user notification type: http seq: 3 } delete { url: {{url}}/api/users/{{userId}}/delete/notification/{{notificationId}} body: none auth: inherit } vars:pre-request { userId: notificationId: } settings { encodeUrl: true timeout: 0 }