Skip to main content
POST
/
v1
/
features.delete
Typescript (SDK)
import { Autumn } from 'autumn-js'

const autumn = new Autumn()

const result = await autumn.features.delete({
  featureId: "old-feature",
});
{
  "success": true
}

Body Parameters

Response

{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Headers

x-api-version
string
default:2.1
required

Body

application/json
feature_id
string
required

The ID of the feature to delete.

Response

200 - application/json

OK

success
boolean
required