# Delete a group rule Permanently removes a rule from the group. Requires GroupSettings.Manage permission. This action cannot be undone. The deletion is recorded in the audit log. Returns 404 if the rule doesn't exist or doesn't belong to the specified group. RBAC: requires GroupSettings.Manage Endpoint: DELETE /api/v1/groups/{groupId}/rules/{id} Version: 1.0 Security: ## Path parameters: - `groupId` (string, required) The unique identifier of the group containing the rule Example: "us_01hxcvk1hjexere4pvtrj0ymqq" - `id` (string, required) The unique identifier of the rule to delete Example: "rl_01hz1f0gs9fe4a37jzvzn9m96k" ## Response 401 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation ## Response 403 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation ## Response 404 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation