Skip to main content
DELETE
/
features
/
{feature_id}
Delete Feature
curl --request DELETE \
  --url https://api.useautumn.com/v1/features/{feature_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}
If the feature belongs to a product or credit system, it cannot be deleted and must be archived instead. Use the Update Feature endpoint to set the archived field to true.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

feature_id
string
required

Response

200 - application/json
success
boolean
required