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

Authorization
string
header
required

Path Parameters

id
string
required

Response

200
application/json

Successful response

The response is of type object.