v1

latestOpenAPI 3.1.02026-07-265817860.8 KB
features

Deletes a feature by its ID.

Use this to permanently remove a feature. Note: features that are used in products cannot be deleted - archive them instead.

post/v1/features.delete

Headers

x-api-versionstring required

Request body

feature_idstring required

The ID of the feature to delete.

Example request

{
  "feature_id": "old-feature"
}

Response

OK

successboolean required

Example response

{
  "success": true
}