v1
latestOpenAPI 3.1.02026-07-265817860.8 KBfeatures
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
Example request
{
"feature_id": "old-feature"
}Response
OK
Example response
{
"success": true
}