Hotel Data

Delete

DELETE method to delete a hotel data

Parameters

Name Description
account_id required Your account unique identifier to access API.
uuid required UUID of the hotel

Request

Route
DELETE 
/v2/account/:account_id/hotel_data/:uuid
Headers
Accept: application/json 
Authorization: Token token={account.secret}
Content-Type: application/json

Response

Status
200
Body
{
  "hotel_data": {
    "name": "Hotel 2",
    "uuid": "hotel_2",
    "hotel_name": {
      "ES": "Nombre del hotel",
      "DE": "Name des Hotels"
    }
  }
}