Content is outdated
This documentation section will soon become deprecated. To know more about room type and rate plan managmeent, consult the new room type and management API management documentation.
Delete a product¶
You can remove the connection between a room and rate by deleting the product that links them. Use /ota/OTA_HotelProductNotif to delete products.
Before you start¶
You need:
Request¶
HTTP request¶
POST https://supply-xml.booking.com/hotels/ota/OTA_HotelProductNotif
Request body¶
Provide an OTA_HotelProductNotifRQ object in the request body. Example:
<?xml version="1.0" encoding="UTF-8"?>
<OTA_HotelProductNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" PrimaryLangID="en-US" EchoToken="GUID" TimeStamp="2015-06-20T00:00:00" Version="1.0" Target="Production">
<HotelProducts HotelCode="{PropertyID}" >
<HotelProduct ProductNotifType="Remove">
<RoomTypes>
<RoomType RoomTypeCode="{RoomTypeID}"/>
</RoomTypes>
<RatePlans>
<RatePlan RatePlanCode="{RatePlanID}" />
</RatePlans>
</HotelProduct>
</HotelProducts>
</OTA_HotelProductNotifRQ>
Response¶
<?xml version="1.0" encoding="UTF-8"?>
<OTA_HotelProductNotifRS xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_HotelProductNotifRS.xsd" TimeStamp="2015-07-31T14:08:46-00:00" Target="Production" Version="3.000">
<Success />
</OTA_HotelProductNotifRS>
<!-- RUID: [XXXXXXXXXXXXXXXXXXXXXXXXXXX==] -->