DeleteMultipleDto
idsstring[]required
Array of notification IDs to delete
Example:
["uuid1","uuid2","uuid3"]DeleteMultipleDto
{
"ids": [
"uuid1",
"uuid2",
"uuid3"
]
}
Array of notification IDs to delete
["uuid1","uuid2","uuid3"]{
"ids": [
"uuid1",
"uuid2",
"uuid3"
]
}