toggle menu
innoqueue
0.0.1-SNAPSHOT
jvm
switch theme
search in API
innoqueue
/
com.innopolis.innoqueue.rest.v1
/
NotificationsController
/
deleteNotifications
delete
Notifications
@
PostMapping
(
value
=
[
"/delete"
]
)
fun
deleteNotifications
(
@
RequestHeader
(
value
=
"user-token"
)
token
:
String
,
@
RequestBody
notificationIds
:
NotificationIdsDto
?
)
POST endpoint for deleting notifications