RyzeDeskRyzeDesk

Stripe

4105 articles

Remove a feature from a product


Remove a feature from a product

DELETE / v1 / products /:id / features /:id

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.

Response

{ "id": "prodft_BcMBZUWCIOEgEc", "object": "product_feature", "deleted": true}
Last verified 2026-09-27

Is this helpful?