toggle menu
innoqueue
0.0.1-SNAPSHOT
jvm
switch theme
search in API
innoqueue
/
com.innopolis.innoqueue.rest.v1
/
NotificationsController
/
deleteNotificationById
delete
Notification
By
Id
@
DeleteMapping
(
value
=
[
"{notificationId}"
]
)
fun
deleteNotificationById
(
@
RequestHeader
(
value
=
"user-token"
)
token
:
String
,
@
PathVariable
notificationId
:
Long
)
DELETE endpoint for deleting specified notification