Skip to content

Deletes a feature from a product.

DELETE
/api/v1/provision/admin/products/{productId}/features/{featureId}
curl --request DELETE \
--url https://example.com/api/v1/provision/admin/products/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/features/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0
productId
required
string format: uuid

The unique identifier of the product.

featureId
required
string format: uuid

The unique identifier of the feature to delete.

Returns a 204 No Content status if the deletion is successful.