DELETE api/NotificationsCount/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Notification| Name | Description | Type | Additional information |
|---|---|---|---|
| NotificationID | integer |
None. |
|
| UserID | integer |
None. |
|
| PackageID | integer |
None. |
|
| NotificationType | string |
None. |
|
| Title | string |
None. |
|
| Message | string |
None. |
|
| CreatedDate | date |
None. |
|
| IsRead | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"NotificationID": 1,
"UserID": 2,
"PackageID": 3,
"NotificationType": "sample string 4",
"Title": "sample string 5",
"Message": "sample string 6",
"CreatedDate": "2025-12-24T05:59:24.2050558-08:00",
"IsRead": true
}