Skip to main content

Method

DELETE /v1/products/:id/lodging

Path Parameters

id
uuid
Product ID whose lodging link should be removed.

Headers

Authorization
string
Bearer token (requires products:write).

Request Example

curl -X DELETE "https://api.voyantcloud.com/v1/products/prod_123/lodging" \
  -H "Authorization: Bearer $VOYANT_API_KEY"

Response

{
  "ok": true
}
The delete operation cascades to property and room overrides. Re-linking the product requires re-creating overrides.