Delete custom rates for a date range on a listing.
DELETE/listings/:listing_id/custom_rates
Removes all custom rates overlapping the specified date range. If a custom rate period extends beyond the deleted range on one side only, it is truncated to the non-overlapping portion. If the deleted range falls in the middle of an existing rate period, that period is split into two — one before and one after the deleted range. The deleted dates revert to the Wheelhouse recommended price.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 429
Custom rates deleted successfully. No content is returned.
Validation failed (e.g. start_date > end_date).
API key authorization failed.
Listing authorization failed, or the API key is read-only and may not be used with DELETE.
Listing not found.
Rate limit exceeded — the API key has sent too many requests. Wait before retrying. See the Rate Limits section in the overview for the recommended exponential backoff strategy.