Files
SAE-BUT2-backend/tests/Notifications/Delete user notification.bru
T

22 lines
277 B
Plaintext

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
}