Remove a feature from a product 

Entitlements
Product Feature
Remove a feature from a product

Deletes the feature attachment to a product

Parameters

No parameters.

Returns

Returns an object with a deleted parameter on success. If the product feature ID does not exist, this call raises an error.

DELETE /v1/products/:id/features/:id
curl -X DELETE https://api.stripe.com/v1/products/prod_NWjs8kKbJWmuuc/features/prodft_BcMBZUWCIOEgEc \
-u "sk_test_BQokikJ...2HlWgH4olfQ2sk_test_BQokikJOvBiI2HlWgH4olfQ2:"
Response
{
"id": "prodft_BcMBZUWCIOEgEc",
"object": "product_feature",
"deleted": true
}