curl --request POST \
--url https://app.flowglad.com/api/v1/product-features/{id}/expire \
--header 'Authorization: <api-key>'{
"success": true
}Expire a product feature, making it no longer available for subscription items
curl --request POST \
--url https://app.flowglad.com/api/v1/product-features/{id}/expire \
--header 'Authorization: <api-key>'{
"success": true
}Was this page helpful?