Delete a feature
DELETE/features/:feature_id
Hard deletes only when the feature is not referenced; otherwise performs a soft delete (sets active=false).
Request
Responses
- 200
- 401
- 403
- 404
OK
Unauthorized
Forbidden (realm/account mismatch, billing account not derived from your session/principal, or insufficient role)
Not Found