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

21 lines
256 B
Plaintext

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