Delete a listing's date specific override

Use this API to delete date specific overrides for a listing.

Path parameters

listing_idstringRequired
Listing ID

Headers

X-API-KeystringRequired

Request

This endpoint expects an object.
overrideslist of objectsRequired
Override dates to delete
pmsstringRequired
PMS name of the listing
update_childrenbooleanOptional

Must be a JSON boolean (true or false). If true, the DSO is also deleted for all child listings. If false or omitted, only the parent listing is deleted.

Response

A successful response with status 204. The response body will be empty
overrideslist of objects
Dates that were successfully deleted

Errors

400
Bad Request Error