notification_id
.curl --location -g --request DELETE 'https:///v2/api/notification/0' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"success": true,
"message": "Notification deleted successfully.",
"data": {}
}