API Documentation
Invoice Line Items
Invoices
Catalogs
API Keys
Subscriptions
PaymentMethods
UsageEvents
ProductFeatures
ProductFeatures
Expire a product feature, making it no longer available for subscription items
POST
/
api
/
v1
/
product-feature
/
{id}
/
expire
curl --request POST \
--url https://app.flowglad.com/api/v1/product-feature/{id}/expire \
--header 'Authorization: <api-key>'
{
"success": true
}
Authorizations
Path Parameters
Response
200
application/json
Successful response
The response is of type object
.
curl --request POST \
--url https://app.flowglad.com/api/v1/product-feature/{id}/expire \
--header 'Authorization: <api-key>'
{
"success": true
}
Assistant
Responses are generated using AI and may contain mistakes.