DELETE api/v1/surgealertpreferences/{surgeAlertPreferenceId}
Delete surge alert preference with a particular Id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| surgeAlertPreferenceId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseModelOfSurgeAlertPreferenceRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ApiResponseDataModelOfSurgeAlertPreferenceRequestModel |
None. |
|
| Errors | Collection of string |
None. |
|
| Warnings | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"PageSize": 1,
"Page": 2,
"TotalPages": 3,
"TotalResults": 4,
"Results": {
"SurgeAlertPreferenceId": 1,
"UserId": 2,
"TenantId": "ab6aa5c7-c6b6-4b7c-861d-e401d3b774f6",
"FacilityCoId": 4,
"DepartmentName": "sample string 5",
"IsMyMarket": true,
"IsSelected": true
}
},
"Errors": [
"sample string 1",
"sample string 2"
],
"Warnings": [
"sample string 1",
"sample string 2"
]
}