Delete a feature definition.
| Name | Required | Default | Description | Example |
|---|---|---|---|---|
| featureCode | true | N/A | feature code to delete | MyCoolFeature |
| isUserFeature | false | false | if this feature is scoped local to the creator of the feature | true |
| userName | false | feature is owned by this user | joe | |
| format | false | specified at session open | response output format (json|xml|csv|gchart) | json |
| {featureCode} may not be null | -4 |
| Must be logged in to delete feature definitions. | -5 |