DELETE api/guests/{GuestId}/Notifications
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| GuestId | decimal number |
Required |
Body Parameters
Notifications| Name | Description | Type | Additional information |
|---|---|---|---|
| NotificationIds | Collection of Notification |
None. |
Request Formats
application/json, text/json
Sample:
{
"notificationIds": [
{
"notificationId": 1.0
},
{
"notificationId": 1.0
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.