21 lines
256 B
Plaintext
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
|
|
}
|