---
title: "Expire Product Feature"
method: POST
path: "/api/v1/product-feature/{id}/expire"
tags: ["Product Features"]
---

# Expire Product Feature

`POST /api/v1/product-feature/{id}/expire`

Expire a product feature, making it no longer available for subscription items

## Path parameters

- `id` string, required

## Response `200`

Successful response

- object
  - `success` boolean, required

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `500` — Internal server error

## Changes

- **2025-10-18** `a1eeb4fac4d6` — 6 info
  - api tag `Product Features` added
  - api tag `ProductFeatures` removed
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - …2 more
- **2025-06-25** `0cf7bce0c17d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/flowglad/apis/flowglad-api/changes/api/v1/product-feature/:id/expire/post.md)

---

[API](https://skmtc.dev/flowglad/apis/flowglad-api.md) · [All operations](https://skmtc.dev/flowglad/apis/flowglad-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flowglad/flowglad-api/revisions/7fcbd2dbf3c1/schema)
