DELETE api/normalizer/hotels/remove/{hotel_ids}
Remove hotel by hotel id.
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| hotel_ids | string | Required | 
Body Parameters
None.
Response Information
Resource Description
Error| Name | Description | Type | Additional information | 
|---|---|---|---|
| type | string | None. | |
| code | string | None. | |
| description | string | None. | |
| info | Object | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "type": "sample string 1",
  "code": "sample string 2",
  "description": "sample string 3",
  "info": {}
}
        application/xml, text/xml
            Sample:
<Error xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TEAPI.WebApi.Models.Normalizer"> <code>sample string 2</code> <description>sample string 3</description> <info /> <type>sample string 1</type> </Error>