DELETE api/v1/facilityconfigs/{facilityId}
Deletes a FailityConfig for the given Facility ID.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| facilityId |
The Facility ID |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseModelOfReturnMessageModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ApiResponseDataModelOfReturnMessageModel |
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": {
"Response": "sample string 1"
}
},
"Errors": [
"sample string 1",
"sample string 2"
],
"Warnings": [
"sample string 1",
"sample string 2"
]
}