# Delete a feature rule Deletes a feature rule. Note: This API supports legacy Feature Rules only. Feature Rules created through the Admin Console (V4 Features) are stored in a different system and are not accessible through this API. Endpoint: DELETE /v3/feature-rules/{featureRuleId} Version: 2026-01-08 Security: ZephrHmacHttp ## Path parameters: - `featureRuleId` (string, required) Unique Feature Rule identifier ## Response 200 fields (*/*): - `message` (string) Example: "featureRuleId deleted successfully" ## Response 404 fields