Method
DELETE /v1/products/:id/lodging
Path Parameters
Product ID whose lodging link should be removed.
Headers
Bearer token (requires
products:write).curl -X DELETE "https://api.voyantcloud.com/v1/products/prod_123/lodging" \
-H "Authorization: Bearer $VOYANT_API_KEY"
{
"ok": true
}
Remove the lodging link (and cascading overrides) for a product.
DELETE /v1/products/:id/lodging
products:write).curl -X DELETE "https://api.voyantcloud.com/v1/products/prod_123/lodging" \
-H "Authorization: Bearer $VOYANT_API_KEY"
{
"ok": true
}