Skip to main content
DELETE
/
api
/
v1
/
features
/
{feature_id}
Delete Feature
curl --request DELETE \
  --url https://api.example.com/api/v1/features/{feature_id}
feature_id
string
required
UUID of the feature
Returns 204 No Content on success.
Cannot delete a feature associated with active plans. Remove it from all plans first.If the feature has a meter with recorded usage events, deletion is also blocked.