Delete Listing

This endpoint deletes an Airbnb listing from the external channel and removes all associated mapping, synchronization, and property details.

Endpoint

POST


Header
Type
Required
Description

app-id

string

Yes

Your application ID. Required for authentication.

Authorization

string

Yes

Your API key. for authorization. Required for authentication.

Content-Type

string

Yes

Must be set to application/json.


Attributes

hotelid alphanumeric (Required)

Specifies the required node hotelid contains the IT provider's hotel id for which the provider wishes to add mapping information.


channelhotelid alphanumeric (Required)

Specifies the unique hotel ID used in the external distribution channel or PMS (Property Management System).


listingid numeric (Required)

Listing id provided by Airbnb while listing was created.


Request


Response


Success Response


Success Response - Body Elements

Status string

Indicates whether the API request was successful. Will always be "Success" in a successful response.


Data object

Contains details about the deleted listing. Includes:


listing object

Listing details such as:


id string

Listing ID provided by Airbnb.


name string

Listing name/title.


property_type_group string

General property type group, e.g., "houses".


property_type_category string

Category of the property, e.g., "hut".


room_type_category string

Room type category, e.g., "shared_room".


person_capacity numeric

Maximum number of guests.


lat numeric

Latitude of the listing.


lng numeric

Longitude of the listing.


state string

State or province.


city string

City of the listing.


zipcode string

Postal code.


country_code string

Two-letter ISO country code.


street string

Street address.


apt string

Apartment/unit number, if any.


directions string

Directions for guests.


has_availability boolean

Availability status (false after deletion).


display_exact_location_to_guest boolean

Whether the exact location was displayed.


has_active_disaster boolean

Indicates active disaster status.


synchronization_category string

Synchronization type, e.g., "sync_all".


tier string

Marketplace tier.


listing_views array

Views associated with the listing.


quality_standards object

Quality information of the listing.


categories array

Categories assigned to the listing.


amenities array

Amenities available in the listing (if any).


check_in_option object

Check-in instructions and category.


check_out_tasks array

Check-out tasks (if any).


facilities array

Facilities and their details, including availability and instances.


host_roles array

Roles of hosts associated with the listing.


reservation_issues array

Any reservation issues.


Message string

Descriptive message about the result of the request. Example: "Listing deleted successfully".

Last updated

Was this helpful?