Delete Property API

⚠️ This operation affects the live status of the property and its channel connectivity. Use with caution.

The Delete Property API is used to delete the existing property.

Endpoint

POST


Attributes

hotelid string (Required)

The unique property ID as assigned by the provider upon creation of the property.

circle-info

Maximum 20 characters allowed.


force_deletion boolean (Optional)

Forces deletion of the property even if there are active bookings, contracts, or dependencies associated with the hotel.

circle-info

Default: false

Allowed Values:

  • If true, the system will delete the property regardless of constraints.

  • If false, delete may fail if blocking conditions exist.


Sample Request


Response

Upon success, Property along with its related room types, rate plans, etc. will be deleted and we will not be able to reinstate.

Sample Success Response

Error

Failure - 953 error will be received if allocated Hotel id which contains the mapping (Active or Inactive) with any of OTA channel(s).

Sample Error Response (953)

400 error will be received if allocated with incorrect Hotel/Client id.

Sample Error Response (400)

Last updated

Was this helpful?