Delete multiple custom rate ranges for a listing in bulk.
DELETE/listings/:listing_id/bulk_custom_rates
Removes custom rates for multiple date ranges in a single request. Partially successful requests return status 207; fully failed requests return 424.
Request
Responses
- 204
- 207
- 401
- 403
- 404
- 424
- 429
All ranges deleted successfully. No content is returned.
Some ranges deleted and some failed.
API key authorization failed.
Listing authorization failed, or the API key is read-only and may not be used with DELETE.
Listing not found.
All ranges failed to delete.
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.